From 2b0b0324e8eec0b464fae7b6b0a9ef087df5b953 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Sun, 14 Jul 2002 08:42:32 +0000 Subject: [PATCH] Change action of top left button in "b5" theme to "close" instead of "menu" to keep as close as possible to the original system. (Old svn revision: 10454) --- themes/b5/Makefile.am | 6 +++--- themes/b5/Makefile.in | 6 +++--- themes/b5/{menu-active.xpm => close-active.xpm} | 14 +++++++------- .../b5/{menu-inactive.xpm => close-inactive.xpm} | 12 ++++++------ themes/b5/{menu-pressed.xpm => close-pressed.xpm} | 14 +++++++------- themes/b5/themerc | 2 +- 6 files changed, 27 insertions(+), 27 deletions(-) rename themes/b5/{menu-active.xpm => close-active.xpm} (73%) rename themes/b5/{menu-inactive.xpm => close-inactive.xpm} (76%) rename themes/b5/{menu-pressed.xpm => close-pressed.xpm} (73%) diff --git a/themes/b5/Makefile.am b/themes/b5/Makefile.am index 652566b40..82fb80eb6 100644 --- a/themes/b5/Makefile.am +++ b/themes/b5/Makefile.am @@ -6,11 +6,11 @@ theme_DATA = README \ bottom-left-inactive.xpm \ bottom-right-active.xpm \ bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ left-active.xpm \ left-inactive.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ right-active.xpm \ right-inactive.xpm \ themerc \ diff --git a/themes/b5/Makefile.in b/themes/b5/Makefile.in index 461bf70ab..dd7227859 100644 --- a/themes/b5/Makefile.in +++ b/themes/b5/Makefile.in @@ -87,11 +87,11 @@ theme_DATA = README \ bottom-left-inactive.xpm \ bottom-right-active.xpm \ bottom-right-inactive.xpm \ + close-active.xpm \ + close-inactive.xpm \ + close-pressed.xpm \ left-active.xpm \ left-inactive.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ right-active.xpm \ right-inactive.xpm \ themerc \ diff --git a/themes/b5/menu-active.xpm b/themes/b5/close-active.xpm similarity index 73% rename from themes/b5/menu-active.xpm rename to themes/b5/close-active.xpm index 831943dee..5b21d0c2b 100644 --- a/themes/b5/menu-active.xpm +++ b/themes/b5/close-active.xpm @@ -1,12 +1,12 @@ /* XPM */ -static char * menu_active_xpm[] = { +static char * close_active_xpm[] = { "14 23 6 1", -" c None", -". c #B78200", -"+ c #FFFF3F", -"@ c #FFEC21", -"# c #FFCB00", -"$ c #EAB500", +" c None", +". c #B78200", +"+ c #FFFF3F", +"@ c #FFEC21", +"# c #FFCB00", +"$ c #EAB500", " ", " ", " ", diff --git a/themes/b5/menu-inactive.xpm b/themes/b5/close-inactive.xpm similarity index 76% rename from themes/b5/menu-inactive.xpm rename to themes/b5/close-inactive.xpm index 34cfb7a43..78d376de6 100644 --- a/themes/b5/menu-inactive.xpm +++ b/themes/b5/close-inactive.xpm @@ -1,11 +1,11 @@ /* XPM */ -static char * menu_inactive_xpm[] = { +static char * close_inactive_xpm[] = { "14 23 5 1", -" c None", -". c #A0A0A0", -"+ c #FFFFFF", -"@ c #E8E8E8", -"# c #D3D3D3", +" c None", +". c #A0A0A0", +"+ c #FFFFFF", +"@ c #E8E8E8", +"# c #D3D3D3", " ", " ", " ", diff --git a/themes/b5/menu-pressed.xpm b/themes/b5/close-pressed.xpm similarity index 73% rename from themes/b5/menu-pressed.xpm rename to themes/b5/close-pressed.xpm index 7e1ac5d11..f3a3d9cd0 100644 --- a/themes/b5/menu-pressed.xpm +++ b/themes/b5/close-pressed.xpm @@ -1,12 +1,12 @@ /* XPM */ -static char * menu_pressed_xpm[] = { +static char * close_pressed_xpm[] = { "14 23 6 1", -" c None", -". c #B78200", -"+ c #FFFF3F", -"@ c #EAB500", -"# c #FFCB00", -"$ c #FFEC21", +" c None", +". c #B78200", +"+ c #FFFF3F", +"@ c #EAB500", +"# c #FFCB00", +"$ c #FFEC21", " ", " ", " ", diff --git a/themes/b5/themerc b/themes/b5/themerc index 85c2cb147..229c5ea7f 100644 --- a/themes/b5/themerc +++ b/themes/b5/themerc @@ -3,6 +3,6 @@ title_vertical_offset=-1 title_alignment=left button_offset=4 button_spacing=0 -button_layout=O| +button_layout=C| active_text_color=#000000 inactive_text_color=#000000 -- GitLab