From 9f710678c13aa846c98aeadd4641098d60e75552 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 18:01:13 +0000 Subject: [PATCH] change obconf's title to "Openbox Settings" and in menu. let's see. --- obconf.desktop | 4 ++-- src/obconf.glade | 2 +- src/strings.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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..."); -- 2.39.2