e xsettings: state that the theme applies only to GTK apps.
authorChidambar Zinnoury <illogict@online.fr>
Sat, 15 Dec 2012 20:20:59 +0000 (20:20 +0000)
committerChidambar Zinnoury <illogict@online.fr>
Sat, 15 Dec 2012 20:20:59 +0000 (20:20 +0000)
 Maybe put icons as first item as it applies to everything?

SVN revision: 81032

src/modules/conf_theme/e_int_config_xsettings.c

index b78c652..6b13b74 100644 (file)
@@ -481,7 +481,7 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
                            &(cfdata->enable_xsettings));
    /* e_widget_on_change_hook_set(ow, _settings_changed, cfdata); */
    e_widget_list_object_append(ol, ow, 0, 0, 0.0);
-   e_widget_toolbook_page_append(otb, NULL, _("Applications"), ol, 
+   e_widget_toolbook_page_append(otb, NULL, _("GTK Applications"), ol, 
                                  1, 1, 1, 1, 0.5, 0.0);
 
    ol = e_widget_list_add(evas, 0, 0);