aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-20 15:08:14 (GMT)
committersimonb <simonb>2006-05-20 15:08:14 (GMT)
commit0861f3a9073ccd016302af26ff992fa19331a02d (patch)
treef1a2276449a5fc9b27f2d1afa5ffff4410141345 /src/main.cc
parent5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff)
downloadfluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.zip
fluxbox-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.cc2
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) {