aboutsummaryrefslogtreecommitdiff
path: root/nls
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 16:54:30 (GMT)
committermathias <mathias>2005-04-29 16:54:30 (GMT)
commit9214e519b37be2025eb2fd0b9af6a1216eb3fbd0 (patch)
treea24ab051abb82e191febdafa39eceec61079e836 /nls
parente2acd2b04c4b390a0ce2f6bc7aa91f0476335db9 (diff)
downloadfluxbox-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.m2
-rw-r--r--nls/fluxbox-nls.hh2
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
18514 Clock: 12h 18514 Clock: 12h
18615 Edit Clock Format 18615 Edit Clock Format
18716 Show Pictures 18716 Show Pictures
18817 NoIcons
18918 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,