compile fix for nls enabled
This commit is contained in:
parent
7d4546ba5b
commit
03d3c6c99c
1 changed files with 1 additions and 0 deletions
|
@ -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")<<": "<<error_str<<endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue