[Kst] extragear/graphics/kst/src/kst
Christian Mueller
cmueller at gmx.de
Thu Mar 29 06:58:44 CEST 2007
SVN commit 647682 by cmueller:
Make the list of translators customizable
M +2 -0 main.cpp
--- trunk/extragear/graphics/kst/src/kst/main.cpp #647681:647682
@@ -361,6 +361,8 @@
"",
"tskisner.public at gmail.com",
"");
+ aboutData.setTranslator(I18N_NOOP("_: NAME OF TRANSLATORS\nYour names"),
+ I18N_NOOP("_: EMAIL OF TRANSLATORS\nYour emails"));
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
More information about the Kst
mailing list