From kde-commits Fri Sep 30 22:58:00 2005 From: Pino Toscano Date: Fri, 30 Sep 2005 22:58:00 +0000 To: kde-commits Subject: branches/work/kde4/playground/games/kombination/src Message-Id: <1128121080.421546.29105.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112812108830991 SVN commit 465832 by pino: crossedwords => kombination, last part M +1 -1 kombination.kcfg M +1 -1 kombinationui.rc M +1 -1 main.cpp --- branches/work/kde4/playground/games/kombination/src/kombination.kcfg #465831:465832 @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - + --- branches/work/kde4/playground/games/kombination/src/kombinationui.rc #465831:465832 @@ -1,5 +1,5 @@ - + --- branches/work/kde4/playground/games/kombination/src/main.cpp #465831:465832 @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) { - KAboutData about("crossedwords", I18N_NOOP("Kombination"), "0.1", I18N_NOOP("A Scrabble clone"), KAboutData::License_GPL, "© 2005 Albert Astals Cid"); + KAboutData about("kombination", I18N_NOOP("Kombination"), "0.1", I18N_NOOP("A Scrabble clone"), KAboutData::License_GPL, "© 2005 Albert Astals Cid"); about.addAuthor("Albert Astals Cid", "", "aacid@kde.org"); KCmdLineArgs::init(argc, argv, &about); KApplication app;