switched Mouse Tab Focus and Click Tab Focus nls entries
This commit is contained in:
parent
ebec87741a
commit
a2db891942
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 1.0.1:
|
||||
*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)
|
||||
Window.cc
|
||||
* Holding control while clicking on a menu item will now keep the menu open (Mark)
|
||||
|
|
|
@ -75,8 +75,8 @@ enum {
|
|||
ConfigmenuTabMenu = 21,
|
||||
ConfigmenuTabsInTitlebar = 22,
|
||||
ConfigmenuExternalTabWidth = 23,
|
||||
ConfigmenuMouseTabFocus = 24,
|
||||
ConfigmenuClickTabFocus = 25,
|
||||
ConfigmenuClickTabFocus = 24,
|
||||
ConfigmenuMouseTabFocus = 25,
|
||||
ConfigmenuMaxMenu = 26,
|
||||
ConfigmenuMaxIgnoreInc = 27,
|
||||
ConfigmenuMaxDisableMove = 28,
|
||||
|
|
Loading…
Reference in a new issue