aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-05-18 08:31:27 (GMT)
committerfluxgen <fluxgen>2005-05-18 08:31:27 (GMT)
commit8bbf5e6eed4a61b02e273a01187165c815593287 (patch)
tree484f4202e668fc27a53b879a191ec323f0154e46 /src/main.cc
parente3e8d5c33bf60d537783a39589fd8290e8264bbb (diff)
downloadfluxbox-8bbf5e6eed4a61b02e273a01187165c815593287.zip
fluxbox-8bbf5e6eed4a61b02e273a01187165c815593287.tar.bz2
update
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
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<<