all repos — fluxbox @ ef74f26728056d3c0cb2b719f7b0effb7443a5f5

custom fork of the fluxbox windowmanager

update to FBNLS
fluxgen fluxgen
commit

ef74f26728056d3c0cb2b719f7b0effb7443a5f5

parent

a959fc2fdf00b2754e5119bbce9d796ecdfd9fca

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

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

@@ -87,11 +87,7 @@ if ((mod + sol + grd) != True) {

fprintf(stderr, I18n::instance()-> getMessage( -#ifdef NLS - bsetrootSet, bsetrootMustSpecify, -#else // !NLS - 0, 0, -#endif // NLS + FBNLS::bsetrootSet, FBNLS::bsetrootMustSpecify, "%s: error: must specify on of: -solid, -mod, -gradient\n"), getApplicationName());

@@ -371,11 +367,7 @@ //-----------------------------------------

void bsetroot::usage(int exit_code) { fprintf(stderr, I18n::instance()->getMessage( -#ifdef NLS - bsetrootSet, bsetrootUsage, -#else // !NLS - 0, 0, -#endif // NLS + FBNLS::bsetrootSet, FBNLS::bsetrootUsage, "%s 2.1 : (c) 2002 Claes Nasten\n" "%s 2.0 : (c) 1997-2000 Brad Hughes\n\n" " -display <string> display connection\n"

@@ -406,11 +398,7 @@

if ((++i) >= argc) { fprintf(stderr, I18n::instance()->getMessage( -#ifdef NLS - mainSet, mainDISPLAYRequiresArg, -#else // !NLS - 0, 0, -#endif // NLS + FBNLS::mainSet, FBNLS::mainDISPLAYRequiresArg, "error: '-display' requires an argument\n")); ::exit(1);