[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb.kde at hpfsc.de
Wed Apr 2 12:47:24 UTC 2003
CVS commit by sstein:
added i18n() call to author string (KAboutData), reported by Caulier Gilles on uml-devel at sf.net
M +2 -2 main.cpp 1.7
--- kdesdk/umbrello/umbrello/main.cpp #1.6:1.7
@@ -36,8 +36,8 @@ int main(int argc, char *argv[]) {
KAboutData aboutData( "umbrello", I18N_NOOP("Umbrello UML Modeller"),
VERSION, description, KAboutData::License_GPL,
- "(c) 2001 Paul Hensgen, (c) 2002 Umbrello UML Modeller Authors", 0,
+ i18n("(c) 2001 Paul Hensgen, (c) 2002 Umbrello UML Modeller Authors"), 0,
"http://uml.sf.net/");
aboutData.addAuthor("Paul Hensgen",0, "phensgen at users.sourceforge.net");
- aboutData.addAuthor("Umbrello UML Modeller Authors",0, "umbrello-devel at kde.org");
+ aboutData.addAuthor(i18n("Umbrello UML Modeller Authors",0, "umbrello-devel at kde.org"));
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
More information about the umbrello-devel
mailing list