diff options
author | fluxgen <fluxgen> | 2005-09-25 11:29:34 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-09-25 11:29:34 (GMT) |
commit | dec988d84419f9580de57786360e4023af5c0527 (patch) | |
tree | c6059f97af6a1a273a9969aa1dec1dd22ce3f4fb /nls/fluxbox-nls.hh | |
parent | 15c21ed267ae56087cfb1d5dd41c20012727d29d (diff) | |
download | fluxbox_pavel-dec988d84419f9580de57786360e4023af5c0527.zip fluxbox_pavel-dec988d84419f9580de57786360e4023af5c0527.tar.bz2 |
added nls for screen requires an argument, thanks php-coder
Diffstat (limited to 'nls/fluxbox-nls.hh')
-rw-r--r-- | nls/fluxbox-nls.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 7dc690c..2d2c2c2 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -220,8 +220,9 @@ enum { | |||
220 | mainLogFile = 9, | 220 | mainLogFile = 9, |
221 | mainLoggingTo = 10, | 221 | mainLoggingTo = 10, |
222 | mainRCRequiresArg = 11, | 222 | mainRCRequiresArg = 11, |
223 | mainUsage = 12, | 223 | mainScreenRequiresArg = 12, |
224 | mainWarnDisplayEnv = 13, | 224 | mainUsage = 13, |
225 | mainWarnDisplayEnv = 14, | ||
225 | 226 | ||
226 | LayerSet = 20, | 227 | LayerSet = 20, |
227 | LayerAboveDock = 1, | 228 | LayerAboveDock = 1, |