all repos — fluxbox @ 66c537e1dc04eb36c1abc9f693b498e8fed2ab28

custom fork of the fluxbox windowmanager

Changed to Fluxbox Team
fluxgen fluxgen
commit

66c537e1dc04eb36c1abc9f693b498e8fed2ab28

parent

6610ef6f2f38a667bafa567b88d4433e6cac1232

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

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

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

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