switched Mouse Tab Focus and Click Tab Focus nls entries

This commit is contained in:
Mark Tiefenbruck 2007-12-18 12:20:46 -08:00
parent ebec87741a
commit a2db891942
2 changed files with 5 additions and 2 deletions

View file

@ -1,6 +1,9 @@
(Format: Year/Month/Day) (Format: Year/Month/Day)
Changes for 1.0.1: Changes for 1.0.1:
*07/12/18: *07/12/18:
* NLS entries for Mouse Tab Focus and Click Tab Focus were switched - please
make sure they're right now in your language, bug #1786566 (Mark)
fluxbox-nls.hh
* Open transient windows on same workspace as parent (thanks Sascha Hunold) * Open transient windows on same workspace as parent (thanks Sascha Hunold)
Window.cc Window.cc
* Holding control while clicking on a menu item will now keep the menu open (Mark) * Holding control while clicking on a menu item will now keep the menu open (Mark)

View file

@ -75,8 +75,8 @@ enum {
ConfigmenuTabMenu = 21, ConfigmenuTabMenu = 21,
ConfigmenuTabsInTitlebar = 22, ConfigmenuTabsInTitlebar = 22,
ConfigmenuExternalTabWidth = 23, ConfigmenuExternalTabWidth = 23,
ConfigmenuMouseTabFocus = 24, ConfigmenuClickTabFocus = 24,
ConfigmenuClickTabFocus = 25, ConfigmenuMouseTabFocus = 25,
ConfigmenuMaxMenu = 26, ConfigmenuMaxMenu = 26,
ConfigmenuMaxIgnoreInc = 27, ConfigmenuMaxIgnoreInc = 27,
ConfigmenuMaxDisableMove = 28, ConfigmenuMaxDisableMove = 28,