From: Dana Jansens Date: Mon, 14 Jan 2008 15:12:57 +0000 (-0500) Subject: show what letters do what for the button order X-Git-Tag: release-2.0.3~15 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b8742397d553f80d62f7ed0897724cbb43b29e9b;p=dana%2Fobconf.git show what letters do what for the button order --- diff --git a/src/obconf.glade b/src/obconf.glade index 20b5d6d..bbef16e 100644 --- a/src/obconf.glade +++ b/src/obconf.glade @@ -614,60 +614,245 @@ - + True False 6 - + True - _Button order: - True - False - GTK_JUSTIFY_LEFT - False - False - 0.5 - 0.5 - 0 - 0 - title_layout - PANGO_ELLIPSIZE_NONE - -1 - False - 0 + False + 6 + + + + True + _Button order: + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + title_layout + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + N - The window's icon +D - The all-desktops (sticky) button +S - The shade (roll up) button +L - The label (window title) +I - The iconify (minimize) button +M - The maximize button +C - The close button + True + True + True + 0 + + True + * + False + + + + 0 + False + True + + 0 - False - False + True + True - + True - N - The window's icon -D - The all-desktops (sticky) button -S - The shade (roll up) button -L - The label (window title) -I - The iconify (minimize) button -M - The maximize button -C - The close button - True - True - True - 0 - - True - * - False - + False + 6 + + + + True + + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + False + 6 + + + + True + N: +L: +I: +M: + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + Window icon +Window label (Title) +Iconify (Minimize) +Maximize + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + + + 0 + False + False + + + + + + True + C: +S: +D: + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0 + 0 + 0 + PANGO_ELLIPSIZE_NONE + -1 + False + 0 + + + 0 + False + False + + + + + + True + Close +Shade (Roll up/down) +Omnipresent (On all desktops) + False + False + GTK_JUSTIFY_LEFT + False + 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 ef7bf79..7e2bf0c 100644 --- a/src/strings.c +++ b/src/strings.c @@ -24,6 +24,21 @@ gchar *s = N_("N - The window's icon\n" "I - The iconify (minimize) button\n" "M - The maximize button\n" "C - The close button"); +gchar *s = N_(" "); +gchar *s = N_("N:\n" + "L:\n" + "I:\n" + "M:"); +gchar *s = N_("Window icon\n" + "Window label (Title)\n" + "Iconify (Minimize)\n" + "Maximize"); +gchar *s = N_("C:\n" + "S:\n" + "D:"); +gchar *s = N_("Close\n" + "Shade (Roll up/down)\n" + "Omnipresent (On all desktops)"); gchar *s = N_("Fonts"); gchar *s = N_(" "); gchar *s = N_("_Active window title: ");