all repos — fluxbox @ 0009bda842d9b1dc9183dade1ea2ae20e14c8eb6

custom fork of the fluxbox windowmanager

added svn revision number output, thanks php-coder
fluxgen fluxgen
commit

0009bda842d9b1dc9183dade1ea2ae20e14c8eb6

parent

204dc12e73d07e47631db9d457ff5ce51688f9de

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -65,7 +65,7 @@ _FB_USES_NLS;

ostr<<_FBTEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl; if (strlen(svnversion()) > 0) - ostr<<"SVN Revision: "<<svnversion()<<endl; + ostr << _FBTEXT(Common, SvnRevision, "SVN Revision", "Revision number in SVN repositary") << ": " << svnversion() << endl; #if defined(__DATE__) && defined(__TIME__) ostr<<_FBTEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl; #endif