diff options
Diffstat (limited to 'util/fbsetroot.cc')
-rw-r--r-- | util/fbsetroot.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) { | |||
399 | try { | 399 | try { |
400 | fbsetroot app(argc, argv, display_name); | 400 | fbsetroot app(argc, argv, display_name); |
401 | } catch (std::string error_str) { | 401 | } catch (std::string error_str) { |
402 | _FB_USES_NLS; | ||
402 | cerr<<_FB_CONSOLETEXT(Common, Error, "Error", "Error message header")<<": "<<error_str<<endl; | 403 | cerr<<_FB_CONSOLETEXT(Common, Error, "Error", "Error message header")<<": "<<error_str<<endl; |
403 | } | 404 | } |
404 | 405 | ||