diff options
author | fluxgen <fluxgen> | 2005-05-18 08:31:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-05-18 08:31:27 (GMT) |
commit | 8bbf5e6eed4a61b02e273a01187165c815593287 (patch) | |
tree | 484f4202e668fc27a53b879a191ec323f0154e46 /src | |
parent | e3e8d5c33bf60d537783a39589fd8290e8264bbb (diff) | |
download | fluxbox-8bbf5e6eed4a61b02e273a01187165c815593287.zip fluxbox-8bbf5e6eed4a61b02e273a01187165c815593287.tar.bz2 |
update
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index ce93186..049b16a 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -83,6 +83,7 @@ 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 | ||
87 | const char NOT[] = "-"; | 88 | const char NOT[] = "-"; |
88 | ostr<<endl<< | 89 | ostr<<endl<< |