diff options
author | Slava Semushin <php-coder@altlinux.ru> | 2009-03-03 10:43:57 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-03-04 20:41:39 (GMT) |
commit | efea05e85c0481771189d6a43a19f94e6e7a3549 (patch) | |
tree | b060c627e326145bc8e76f26e189383674ae16a3 /src/main.cc | |
parent | 925fb1774deedc2c4b674b8deb4f567da0e31473 (diff) | |
download | fluxbox-efea05e85c0481771189d6a43a19f94e6e7a3549.zip fluxbox-efea05e85c0481771189d6a43a19f94e6e7a3549.tar.bz2 |
Renamed function svnversion() to gitrevision() because now we uses GIT.
No functional change.
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
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 |