diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index 1cca774..32d4cc5 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -72,8 +72,8 @@ static void showInfo(ostream &ostr) { | |||
72 | _FB_USES_NLS; | 72 | _FB_USES_NLS; |
73 | ostr<<_FB_CONSOLETEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl; | 73 | ostr<<_FB_CONSOLETEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl; |
74 | 74 | ||
75 | if (strlen(svnversion()) > 0) | 75 | if (strlen(gitrevision()) > 0) |
76 | ostr << _FB_CONSOLETEXT(Common, SvnRevision, "GIT Revision", "Revision number in GIT repositary") << ": " << svnversion() << endl; | 76 | ostr << _FB_CONSOLETEXT(Common, SvnRevision, "GIT Revision", "Revision number in GIT repositary") << ": " << gitrevision() << endl; |
77 | #if defined(__DATE__) && defined(__TIME__) | 77 | #if defined(__DATE__) && defined(__TIME__) |
78 | ostr<<_FB_CONSOLETEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl; | 78 | ostr<<_FB_CONSOLETEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl; |
79 | #endif | 79 | #endif |