From: Dana Jansens Date: Wed, 30 May 2007 18:01:13 +0000 (+0000) Subject: change obconf's title to "Openbox Settings" and in menu. let's see. X-Git-Tag: release-2.0.2~136 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9f710678c13aa846c98aeadd4641098d60e75552;p=dana%2Fobconf.git change obconf's title to "Openbox Settings" and in menu. let's see. --- diff --git a/obconf.desktop b/obconf.desktop index 31aa8ce..f1ade88 100644 --- a/obconf.desktop +++ b/obconf.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Encoding=UTF-8 Type=Application -Name=ObConf -Comment=Openbox preferences manager +Name=Openbox Settings +Comment=Openbox settings manager Icon=openbox.png Exec=obconf %f Categories=Settings;DesktopSettings;GTK; diff --git a/src/obconf.glade b/src/obconf.glade index 6bebba5..e708d89 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -6,7 +6,7 @@ 13 True - Openbox Window Preferences + Openbox Settings GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False diff --git a/src/strings.c b/src/strings.c index 07b6c1f..44e75fb 100644 --- a/src/strings.c +++ b/src/strings.c @@ -4,7 +4,7 @@ * DO NOT compile it as part of your application. */ -gchar *s = N_("Openbox Window Preferences"); +gchar *s = N_("Openbox Settings"); gchar *s = N_("Theme"); gchar *s = N_(" "); gchar *s = N_("_Install a new theme...");