diff options
author | mathias <mathias> | 2005-04-29 16:54:30 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-04-29 16:54:30 (GMT) |
commit | 9214e519b37be2025eb2fd0b9af6a1216eb3fbd0 (patch) | |
tree | a24ab051abb82e191febdafa39eceec61079e836 /nls | |
parent | e2acd2b04c4b390a0ce2f6bc7aa91f0476335db9 (diff) | |
download | fluxbox-9214e519b37be2025eb2fd0b9af6a1216eb3fbd0.zip fluxbox-9214e519b37be2025eb2fd0b9af6a1216eb3fbd0.tar.bz2 |
added new IconbarModes:
NoIcons - display all noniconified windows
WorkspaceNoIcons - display all noniconified windows on the current
workspace
modified the nls-files accordingly
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, |