aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-07-07 12:14:55 (GMT)
committerfluxgen <fluxgen>2005-07-07 12:14:55 (GMT)
commit0ffbf55eb3f650efe5d92b1a2b37992269e76aa2 (patch)
treedfd5ad1684de3a313ece441c2dea6122b8a0fb74
parent214defb6ddf2cdd32dbeaa06560ae6ecb857d1d9 (diff)
downloadfluxbox_pavel-0ffbf55eb3f650efe5d92b1a2b37992269e76aa2.zip
fluxbox_pavel-0ffbf55eb3f650efe5d92b1a2b37992269e76aa2.tar.bz2
info about locale path, patch from php-coder
-rw-r--r--src/main.cc5
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<<