comparison src/gtkmain.c @ 11673:922d0483ca88

[gaim-migrate @ 13959] SF Patch #1326983, from corfe83 'the word "separated" is misspelled as "seperated" when typing gaim --help at the command line.' I'm only committing the change to the code, not to all the .po files. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Oct 2005 18:18:46 +0000
parents 9b3833da6840
children c90676803a1a
comparison
equal deleted inserted replaced
11672:04e0189bb519 11673:922d0483ca88
331 " -c, --config=DIR use DIR for config files\n" 331 " -c, --config=DIR use DIR for config files\n"
332 " -d, --debug print debugging messages to stdout\n" 332 " -d, --debug print debugging messages to stdout\n"
333 " -h, --help display this help and exit\n" 333 " -h, --help display this help and exit\n"
334 " -n, --nologin don't automatically login\n" 334 " -n, --nologin don't automatically login\n"
335 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" 335 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n"
336 " account(s) to use, seperated by commas)\n" 336 " account(s) to use, separated by commas)\n"
337 " -v, --version display the current version and exit\n"), VERSION, name); 337 " -v, --version display the current version and exit\n"), VERSION, name);
338 } 338 }
339 339
340 /* tries to convert 'text' to users locale */ 340 /* tries to convert 'text' to users locale */
341 text_conv = g_locale_from_utf8(text, -1, NULL, NULL, &error); 341 text_conv = g_locale_from_utf8(text, -1, NULL, NULL, &error);