From 03aadf423b4e4a19bc9444c36253f705eaf0386b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 2 Mar 2008 00:17:47 -0500 Subject: [PATCH] add a nice decription of what the dock is --- src/obconf.glade | 101 +++++++++++++++++++++++++++++++++++++++++++++++ src/strings.c | 3 ++ 2 files changed, 104 insertions(+) diff --git a/src/obconf.glade b/src/obconf.glade index 896af35..81e926f 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -4884,6 +4884,107 @@ Omnipresent (On all desktops) False 18 + + + True + False + 6 + + + + True + <span weight="bold">Dock</span> + False + True + GTK_JUSTIFY_LEFT + False + False + 0 + 0.5 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + False + 0 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + The dock is a special container for "dockapps", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray. + False + False + GTK_JUSTIFY_LEFT + True + False + 0 + 0 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + 0 + True + True + + + + + 0 + False + True + + + True diff --git a/src/strings.c b/src/strings.c index 7e5c2c5..abf39b6 100644 --- a/src/strings.c +++ b/src/strings.c @@ -133,6 +133,9 @@ gchar *s = N_("px"); gchar *s = N_("_Bottom"); gchar *s = N_("px"); gchar *s = N_("Margins"); +gchar *s = N_("Dock"); +gchar *s = N_(" "); +gchar *s = N_("The dock is a special container for \"dockapps\", or dock applications. It is not visible on screen until a dockapp is run. Dockapps can be used to show things like a clock, or to provide you with a system tray."); gchar *s = N_("Position"); gchar *s = N_(" "); gchar *s = N_("_Position:"); -- 2.39.2