aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetroot.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-01 21:03:46 (GMT)
committerfluxgen <fluxgen>2006-02-01 21:03:46 (GMT)
commit39a7483e144e0d695586b855a03538017255ea23 (patch)
treeb309dd8e33ec96b45d4e74e638ec4186467e3f0e /util/fbsetroot.cc
parent9e2732b72c6876df61ca48dc3d1f144116a278b8 (diff)
downloadfluxbox-39a7483e144e0d695586b855a03538017255ea23.zip
fluxbox-39a7483e144e0d695586b855a03538017255ea23.tar.bz2
copyright fix, thanks php-coder
Diffstat (limited to 'util/fbsetroot.cc')
-rw-r--r--util/fbsetroot.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc
index a2cf2e3..8efb67d 100644
--- a/util/fbsetroot.cc
+++ b/util/fbsetroot.cc
@@ -120,12 +120,11 @@ fbsetroot::fbsetroot(int argc, char **argv, char *dpy_name)
120 120
121 if ((mod + sol + grd) != true) { 121 if ((mod + sol + grd) != true) {
122 _FB_USES_NLS; 122 _FB_USES_NLS;
123 cerr<<m_app_name<< 123 cerr << _FBTEXT(fbsetroot, MustSpecify,
124 _FBTEXT(fbsetroot, MustSpecify,
125 "Error: must specify one of: -solid, -mod, -gradient\n", 124 "Error: must specify one of: -solid, -mod, -gradient\n",
126 "user didn't give one of the required options")<<endl; 125 "user didn't give one of the required options") << endl;
127 126
128 usage(2); 127 exit(2);
129 } 128 }
130 129
131 num_screens = ScreenCount(display()); 130 num_screens = ScreenCount(display());