added svn revision number output, thanks php-coder
This commit is contained in:
parent
204dc12e73
commit
0009bda842
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ void showInfo(ostream &ostr) {
|
||||||
ostr<<_FBTEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl;
|
ostr<<_FBTEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl;
|
||||||
|
|
||||||
if (strlen(svnversion()) > 0)
|
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__)
|
#if defined(__DATE__) && defined(__TIME__)
|
||||||
ostr<<_FBTEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl;
|
ostr<<_FBTEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue