From 8b2c299d52b4818c49ec7d8a6b83e9f8d3681751 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 21 Jun 2006 17:29:35 +0000 Subject: Fix nls in fbsetroot.cc . --- util/fbsetroot.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc index 54a5138..842e183 100644 --- a/util/fbsetroot.cc +++ b/util/fbsetroot.cc @@ -120,7 +120,7 @@ fbsetroot::fbsetroot(int argc, char **argv, char *dpy_name) if ((mod + sol + grd) != true) { _FB_USES_NLS; - cerr << _FBTEXT(fbsetroot, MustSpecify, + cerr << _FB_CONSOLETEXT(fbsetroot, MustSpecify, "Error: must specify one of: -solid, -mod, -gradient\n", "user didn't give one of the required options") << endl; @@ -195,7 +195,7 @@ void fbsetroot::setRootAtoms(Pixmap pixmap, int screen) { if (atom_root == None || atom_eroot == None) { _FB_USES_NLS; - cerr<<_FBTEXT(fbsetroot, NoPixmapAtoms, "Couldn't create pixmap atoms, giving up!", "Couldn't create atoms to point at root pixmap")< display connection\n" " -mod modula pattern\n" " -foreground, -fg modula foreground color\n" @@ -409,7 +409,7 @@ int main(int argc, char **argv) { if ((++i) >= argc) { _FB_USES_NLS; - cerr<<_FBTEXT(main, DISPLAYRequiresArg, + cerr<<_FB_CONSOLETEXT(main, DISPLAYRequiresArg, "error: '-display' requires an argument", "option requires an argument")<