diff options
Diffstat (limited to 'nls')
-rw-r--r-- | nls/de_DE/Translation.m | 2 | ||||
-rw-r--r-- | nls/fluxbox-nls.hh | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/de_DE/Translation.m b/nls/de_DE/Translation.m index 454de0e..9149c10 100644 --- a/nls/de_DE/Translation.m +++ b/nls/de_DE/Translation.m | |||
@@ -78,6 +78,8 @@ $set 4 #Configmenu | |||
78 | 27 Resize-Increment nicht beachten | 78 | 27 Resize-Increment nicht beachten |
79 | 28 Position fixieren | 79 | 28 Position fixieren |
80 | 29 Größe fixieren | 80 | 29 Größe fixieren |
81 | 30 Fokus folgt Maus (strikt) | ||
82 | 31 Gleicher Head | ||
81 | 83 | ||
82 | $set 5 #Ewmh | 84 | $set 5 #Ewmh |
83 | 85 | ||
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 7ddc978..13db6b6 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -85,6 +85,7 @@ enum { | |||
85 | ConfigmenuMaxDisableMove = 28, | 85 | ConfigmenuMaxDisableMove = 28, |
86 | ConfigmenuMaxDisableResize = 29, | 86 | ConfigmenuMaxDisableResize = 29, |
87 | ConfigmenuStrictMouseFocus = 30, | 87 | ConfigmenuStrictMouseFocus = 30, |
88 | ConfigmenuFocusSameHead = 31, | ||
88 | 89 | ||
89 | EwmhSet = 5, | 90 | EwmhSet = 5, |
90 | EwmhOutOfMemoryClientList = 1, | 91 | EwmhOutOfMemoryClientList = 1, |