all repos — fluxbox @ 0ffbf55eb3f650efe5d92b1a2b37992269e76aa2

custom fork of the fluxbox windowmanager

info about locale path, patch from php-coder
fluxgen fluxgen
commit

0ffbf55eb3f650efe5d92b1a2b37992269e76aa2

parent

214defb6ddf2cdd32dbeaa06560ae6ecb857d1d9

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -83,7 +83,10 @@ ostr<<_FBTEXT(Common, DefaultStyle, " style", "default style (right aligned - make sure same width as other default values)")<<": "<<DEFAULTSTYLE<<endl;

ostr<<_FBTEXT(Common, DefaultKeyFile, " keys", "default key file (right aligned - make sure same width as other default values)")<<": "<<DEFAULTKEYSFILE<<endl; ostr<<_FBTEXT(Common, DefaultInitFile, " init", "default init file (right aligned - make sure same width as other default values)")<<": "<<DEFAULT_INITFILE<<endl; - // TODO: FIXME: print LOCALEPATH too + +#ifdef NLS + ostr<<_FBTEXT(Common, DefaultLocalePath, " nls", "location for localization files (right aligned - make sure same width as other default values)")<<": "<<LOCALEPATH<<endl; +#endif const char NOT[] = "-"; ostr<<endl<<