all repos — fluxbox @ 1797d6895c693e33be5e7ca87dfba79d5d09b6b6

custom fork of the fluxbox windowmanager

almost 10 years of fluxbox
Mathias Gumz akira at fluxbox dot org
commit

1797d6895c693e33be5e7ca87dfba79d5d09b6b6

parent

23d67b7f14d85da2ab562d27db97c45023937517

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

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

@@ -277,7 +277,7 @@ perror("putenv()");

} } else if (arg == "-version" || arg == "-v" || arg == "--version") { // print current version string - cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2010 Fluxbox Team " << endl << endl; + cout << "Fluxbox " << __fluxbox_version << " : (c) 2001-2011 Fluxbox Team " << endl << endl; exit(EXIT_SUCCESS); } else if (arg == "-log" || arg == "--log") { if (++i >= argc) {