diff options
Diffstat (limited to 'nls')
-rw-r--r-- | nls/C/Translation.m | 2 | ||||
-rw-r--r-- | nls/fluxbox-nls.hh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/nls/C/Translation.m b/nls/C/Translation.m index cff250f..7f7a98c 100644 --- a/nls/C/Translation.m +++ b/nls/C/Translation.m | |||
@@ -185,6 +185,8 @@ $set 14 #Toolbar | |||
185 | 14 Clock: 12h | 185 | 14 Clock: 12h |
186 | 15 Edit Clock Format | 186 | 15 Edit Clock Format |
187 | 16 Show Pictures | 187 | 16 Show Pictures |
188 | 17 NoIcons | ||
189 | 18 WorkspaceNoIcons | ||
188 | 190 | ||
189 | $set 15 #Window | 191 | $set 15 #Window |
190 | 192 | ||
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index b90e4f2..5b47934 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -177,6 +177,8 @@ enum { | |||
177 | ToolbarClock12 = 14, | 177 | ToolbarClock12 = 14, |
178 | ToolbarClockEditFormat = 15, | 178 | ToolbarClockEditFormat = 15, |
179 | ToolbarShowIcons = 16, | 179 | ToolbarShowIcons = 16, |
180 | ToolbarIconbarModeNoIcons = 17, | ||
181 | ToolbarIconbarModeWorkspaceNoIcons = 18, | ||
180 | 182 | ||
181 | WindowSet = 15, | 183 | WindowSet = 15, |
182 | WindowUnnamed = 1, | 184 | WindowUnnamed = 1, |