diff options
Diffstat (limited to 'nls')
-rw-r--r-- | nls/fluxbox-nls.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 13db6b6..6c3d5f0 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -143,6 +143,9 @@ enum { | |||
143 | MenuReconfigure = 8, | 143 | MenuReconfigure = 8, |
144 | MenuRestart = 9, | 144 | MenuRestart = 9, |
145 | MenuErrorEndEncoding = 10, | 145 | MenuErrorEndEncoding = 10, |
146 | MenuFieldNotString = 11, | ||
147 | MenuMenuNotTable = 12, | ||
148 | |||
146 | 149 | ||
147 | RememberSet = 11, | 150 | RememberSet = 11, |
148 | RememberDecorations = 1, | 151 | RememberDecorations = 1, |
@@ -251,6 +254,9 @@ enum { | |||
251 | LayerNormal = 5, | 254 | LayerNormal = 5, |
252 | LayerTop = 6, | 255 | LayerTop = 6, |
253 | 256 | ||
257 | FbCommandsSet = 21, | ||
258 | FbCommandsCantLoadMenu = 1, | ||
259 | |||
254 | dummy_not_used = 0 // just for the end | 260 | dummy_not_used = 0 // just for the end |
255 | 261 | ||
256 | }; // end enum | 262 | }; // end enum |