From 5662dcd69ce51ea1aa1b326bffab4eb5d56d88f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 03:09:25 +0000 Subject: [PATCH] string fixes and set the icon --- src/obconf.glade | 5 +++-- src/strings.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/obconf.glade b/src/obconf.glade index 71cdd3f..cf50830 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -11,6 +11,7 @@ False True False + preferences-system-windows True False False @@ -1384,7 +1385,7 @@ C - The close button True - _Show size dialog: + _Show information dialog: True False GTK_JUSTIFY_LEFT @@ -1499,7 +1500,7 @@ C - The close button True - Size _dialog's position + Information _dialog's position True False GTK_JUSTIFY_LEFT diff --git a/src/strings.c b/src/strings.c index 5f23f08..97d2243 100644 --- a/src/strings.c +++ b/src/strings.c @@ -41,12 +41,12 @@ gchar *s = N_("_Place new windows under the mouse pointer"); gchar *s = N_("Moving and Resizing Windows"); gchar *s = N_(" "); gchar *s = N_("Update the window contents while _resizing"); -gchar *s = N_("_Show size dialog:"); +gchar *s = N_("_Show information dialog:"); gchar *s = N_("When resizing terminal windows"); gchar *s = N_("Always"); gchar *s = N_("Never"); gchar *s = N_(" "); -gchar *s = N_("Size _dialog's position"); +gchar *s = N_("Information _dialog's position"); gchar *s = N_("Centered on the window"); gchar *s = N_("Above the window"); gchar *s = N_("Drag _threshold distance:"); -- 2.39.2