diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-20 00:51:15 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-20 00:51:15 (GMT) |
commit | b90a7e21a9f56f8e9f92c7ec357cbf683e6fd712 (patch) | |
tree | d072102c3fdf730c81bc6a6f10e24715902bd0df /src/main.cc | |
parent | 1cca420f2e57b03925d25e27cc72a9a8aa1df214 (diff) | |
download | fluxbox-b90a7e21a9f56f8e9f92c7ec357cbf683e6fd712.zip fluxbox-b90a7e21a9f56f8e9f92c7ec357cbf683e6fd712.tar.bz2 |
replace svn stuff with git
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index ab18f6c..677ed0e 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -75,7 +75,7 @@ static void showInfo(ostream &ostr) { | |||
75 | ostr<<_FB_CONSOLETEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl; | 75 | ostr<<_FB_CONSOLETEXT(Common, FluxboxVersion, "Fluxbox version", "Fluxbox version heading")<<": "<<__fluxbox_version<<endl; |
76 | 76 | ||
77 | if (strlen(svnversion()) > 0) | 77 | if (strlen(svnversion()) > 0) |
78 | ostr << _FB_CONSOLETEXT(Common, SvnRevision, "SVN Revision", "Revision number in SVN repositary") << ": " << svnversion() << endl; | 78 | ostr << _FB_CONSOLETEXT(Common, SvnRevision, "GIT Revision", "Revision number in GIT repositary") << ": " << svnversion() << endl; |
79 | #if defined(__DATE__) && defined(__TIME__) | 79 | #if defined(__DATE__) && defined(__TIME__) |
80 | ostr<<_FB_CONSOLETEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl; | 80 | ostr<<_FB_CONSOLETEXT(Common, Compiled, "Compiled", "Time fluxbox was compiled")<<": "<<__DATE__<<" "<<__TIME__<<endl; |
81 | #endif | 81 | #endif |