aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetroot.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-01 21:02:35 (GMT)
committerfluxgen <fluxgen>2006-02-01 21:02:35 (GMT)
commit2ccb65515c80d2cd65c7d3bd256a686b4022b791 (patch)
tree464d605624f8f95e47e9a7c97ed799283b564ba3 /util/fbsetroot.cc
parentc8885d8d9b208286ea3c1afe96935901f66bfa18 (diff)
downloadfluxbox-2ccb65515c80d2cd65c7d3bd256a686b4022b791.zip
fluxbox-2ccb65515c80d2cd65c7d3bd256a686b4022b791.tar.bz2
copyrigth fix, thanks php-coder
Diffstat (limited to 'util/fbsetroot.cc')
-rw-r--r--util/fbsetroot.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc
index 434f150..a2cf2e3 100644
--- a/util/fbsetroot.cc
+++ b/util/fbsetroot.cc
@@ -380,10 +380,10 @@ void fbsetroot::gradient() {
380*/ 380*/
381void fbsetroot::usage(int exit_code) { 381void fbsetroot::usage(int exit_code) {
382 _FB_USES_NLS; 382 _FB_USES_NLS;
383 cerr<<m_app_name<<" 2.3 : (c) 2003-2005 Fluxbox Development Team"<<endl; 383 cout << m_app_name << " 2.3 : (c) 2003-2005 Fluxbox Development Team" << endl;
384 cerr<<m_app_name<<" 2.1 : (c) 2002 Claes Nasten"<<endl; 384 cout << m_app_name << " 2.1 : (c) 2002 Claes Nasten" << endl;
385 cerr<<m_app_name<<" 2.0 : (c) 1997-2000 Brad Hughes\n"<<endl; 385 cout << m_app_name << " 2.0 : (c) 1997-2000 Brad Hughes\n" << endl;
386 cerr<<_FBTEXT(fbsetroot, Usage, 386 cout << _FBTEXT(fbsetroot, Usage,
387 " -display <string> display connection\n" 387 " -display <string> display connection\n"
388 " -mod <x> <y> modula pattern\n" 388 " -mod <x> <y> modula pattern\n"
389 " -foreground, -fg <color> modula foreground color\n" 389 " -foreground, -fg <color> modula foreground color\n"
@@ -393,7 +393,7 @@ void fbsetroot::usage(int exit_code) {
393 " -to <color> gradient end color\n\n" 393 " -to <color> gradient end color\n\n"
394 " -solid <color> solid color\n\n" 394 " -solid <color> solid color\n\n"
395 " -help print this help text and exit\n", 395 " -help print this help text and exit\n",
396 "fbsetroot usage options")<<endl; 396 "fbsetroot usage options") << endl;
397 exit(exit_code); 397 exit(exit_code);
398} 398}
399 399