diff options
author | fluxgen <fluxgen> | 2005-08-31 20:14:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-08-31 20:14:21 (GMT) |
commit | 204dc12e73d07e47631db9d457ff5ce51688f9de (patch) | |
tree | f3d265be64b36e71ddec94d317961321c737fa65 /nls/fluxbox-nls.hh | |
parent | a11b6eb4f24cfc37de2932fbc9a06598d2b321fe (diff) | |
download | fluxbox-204dc12e73d07e47631db9d457ff5ce51688f9de.zip fluxbox-204dc12e73d07e47631db9d457ff5ce51688f9de.tar.bz2 |
added svn revision number output, thanks php-coder
Diffstat (limited to 'nls/fluxbox-nls.hh')
-rw-r--r-- | nls/fluxbox-nls.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 543d9db..7dc690c 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -47,7 +47,8 @@ enum { | |||
47 | CommonError = 14, | 47 | CommonError = 14, |
48 | CommonFluxboxVersion = 15, | 48 | CommonFluxboxVersion = 15, |
49 | CommonMaximizeOver = 16, | 49 | CommonMaximizeOver = 16, |
50 | CommonVisible = 17, | 50 | CommonSvnRevision = 17, |
51 | CommonVisible = 18, | ||
51 | 52 | ||
52 | ConfigmenuSet = 4, | 53 | ConfigmenuSet = 4, |
53 | ConfigmenuAntiAlias = 1, | 54 | ConfigmenuAntiAlias = 1, |