update to FBNLS
fluxgen fluxgen
1 files changed,
3 insertions(+),
15 deletions(-)
jump to
M
util/bsetroot.cc
→
util/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);