diff options
-rw-r--r-- | src/main.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 330a0f5..3c45d00 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -83,7 +83,10 @@ void showInfo(ostream &ostr) { | |||
83 | 83 | ||
84 | ostr<<_FBTEXT(Common, DefaultKeyFile, " keys", "default key file (right aligned - make sure same width as other default values)")<<": "<<DEFAULTKEYSFILE<<endl; | 84 | ostr<<_FBTEXT(Common, DefaultKeyFile, " keys", "default key file (right aligned - make sure same width as other default values)")<<": "<<DEFAULTKEYSFILE<<endl; |
85 | ostr<<_FBTEXT(Common, DefaultInitFile, " init", "default init file (right aligned - make sure same width as other default values)")<<": "<<DEFAULT_INITFILE<<endl; | 85 | ostr<<_FBTEXT(Common, DefaultInitFile, " init", "default init file (right aligned - make sure same width as other default values)")<<": "<<DEFAULT_INITFILE<<endl; |
86 | // TODO: FIXME: print LOCALEPATH too | 86 | |
87 | #ifdef NLS | ||
88 | ostr<<_FBTEXT(Common, DefaultLocalePath, " nls", "location for localization files (right aligned - make sure same width as other default values)")<<": "<<LOCALEPATH<<endl; | ||
89 | #endif | ||
87 | 90 | ||
88 | const char NOT[] = "-"; | 91 | const char NOT[] = "-"; |
89 | ostr<<endl<< | 92 | ostr<<endl<< |