all repos — fluxbox @ 39a7483e144e0d695586b855a03538017255ea23

custom fork of the fluxbox windowmanager

copyright fix, thanks php-coder
fluxgen fluxgen
commit

39a7483e144e0d695586b855a03538017255ea23

parent

9e2732b72c6876df61ca48dc3d1f144116a278b8

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

jump to
M util/fbsetroot.ccutil/fbsetroot.cc

@@ -120,12 +120,11 @@ }

if ((mod + sol + grd) != true) { _FB_USES_NLS; - cerr<<m_app_name<< - _FBTEXT(fbsetroot, MustSpecify, + cerr << _FBTEXT(fbsetroot, MustSpecify, "Error: must specify one of: -solid, -mod, -gradient\n", - "user didn't give one of the required options")<<endl; + "user didn't give one of the required options") << endl; - usage(2); + exit(2); } num_screens = ScreenCount(display());