diff options
author | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
commit | 0861f3a9073ccd016302af26ff992fa19331a02d (patch) | |
tree | f1a2276449a5fc9b27f2d1afa5ffff4410141345 /src/main.cc | |
parent | 5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff) | |
download | fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.zip fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2 |
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 00bc163..d7261e5 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -228,7 +228,7 @@ int main(int argc, char **argv) { | |||
228 | "-log <filename>\t\t\tlog output to file.\n" | 228 | "-log <filename>\t\t\tlog output to file.\n" |
229 | "-help\t\t\t\tdisplay this help text and exit.\n\n", | 229 | "-help\t\t\t\tdisplay this help text and exit.\n\n", |
230 | 230 | ||
231 | "Main usage string. Please lay it out nicely. There is one %s that is given the version"), | 231 | "Main usage string. Please lay it out nicely. There is one %s that is given the version").c_str(), |
232 | __fluxbox_version, "2001-2006"); | 232 | __fluxbox_version, "2001-2006"); |
233 | exit(0); | 233 | exit(0); |
234 | } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { | 234 | } else if (strcmp(argv[i], "-info") == 0 || strcmp(argv[i], "-i") == 0) { |