From 21342cbfde998dfb8bfb942a564a11b8a36e181b Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 30 May 2012 13:11:11 -0400 Subject: [PATCH] gtk-demo: unify Theming and CSS theming sections --- demos/gtk-demo/theming_custom_css.c | 2 +- demos/gtk-demo/theming_style_classes.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/gtk-demo/theming_custom_css.c b/demos/gtk-demo/theming_custom_css.c index a1b9aeafa..5b5871ac2 100644 --- a/demos/gtk-demo/theming_custom_css.c +++ b/demos/gtk-demo/theming_custom_css.c @@ -1,4 +1,4 @@ -/* Theming/Custom CSS :: fancy.css +/* CSS Theming/Custom CSS :: fancy.css * * GTK+ uses CSS for theming. If required, applications can * install their own custom CSS style provider to achieve diff --git a/demos/gtk-demo/theming_style_classes.c b/demos/gtk-demo/theming_style_classes.c index d089ece8b..a70d73f97 100644 --- a/demos/gtk-demo/theming_style_classes.c +++ b/demos/gtk-demo/theming_style_classes.c @@ -1,4 +1,4 @@ -/* Theming/Style Classes :: theming.ui +/* CSS Theming/Style Classes :: theming.ui * * GTK+ uses CSS for theming. Style classes can be associated * with widgets to inform the theme about intended rendering. -- 2.43.2