From 03d3c6c99cecf8bf521bea448915017d6879f545 Mon Sep 17 00:00:00 2001 From: simonb Date: Thu, 29 Jun 2006 05:46:11 +0000 Subject: compile fix for nls enabled --- util/fbsetroot.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc index e5ae64c..54f5adb 100644 --- a/util/fbsetroot.cc +++ b/util/fbsetroot.cc @@ -399,6 +399,7 @@ int main(int argc, char **argv) { try { fbsetroot app(argc, argv, display_name); } catch (std::string error_str) { + _FB_USES_NLS; cerr<<_FB_CONSOLETEXT(Common, Error, "Error", "Error message header")<<": "<