diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-06-09 17:25:37 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-06-09 17:25:37 +0000 |
| commit | bfd8c384cec5f75c381cbf07b7982afc8be03fb5 (patch) | |
| tree | d7202ff44f456319e20dda9cc2c5cf5934871c3c /pokemodr/Pokemodr.cpp | |
| parent | 57654f11288180e5663f99a1da1cd7a4cf06ad0f (diff) | |
[FIX] Added some signals to Arena
[FIX] Cleaned up some stuff in other .pro files
[FIX] Renamed everywhere to use "Pokémodr" and "Pokégen"
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@204 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/Pokemodr.cpp')
| -rw-r--r-- | pokemodr/Pokemodr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pokemodr/Pokemodr.cpp b/pokemodr/Pokemodr.cpp index 62e579bf..0c5aabfc 100644 --- a/pokemodr/Pokemodr.cpp +++ b/pokemodr/Pokemodr.cpp @@ -57,9 +57,9 @@ int main(int argc, char* argv[]) qInstallMsgHandler(messageHandler); QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale()); - KAboutData about("pokemodr", "pokemodr", ki18n("PokéModr"), VERSION_STRING, ki18n(""), KAboutData::License_Custom, ki18n("©2007-2008 Ben Boeckel and Nerdy Productions"), ki18n("This program offers an easy interface so that PokéMods can be easily created."), "http://sourceforge.net/projects/pokegen"); + KAboutData about("pokemodr", "pokemodr", ki18n("Pokémodr"), VERSION_STRING, ki18n(""), KAboutData::License_Custom, ki18n("©2007-2008 Ben Boeckel and Nerdy Productions"), ki18n("This program offers an easy interface so that PokéMods can be easily created."), "http://sourceforge.net/projects/pokegen"); about.setLicenseTextFile("LICENSE"); - about.setProgramName(ki18n("PokéModr")); + about.setProgramName(ki18n("Pokémodr")); about.addAuthor(ki18n("Ben Boeckel"), ki18n("Lead Programmer"), "MathStuf@gmail.com", ""); about.addCredit(ki18n("Peter Fernandes"), ki18n("Ideas"), "supersonicandtails@gmail.com", "http://www.hypersonicsoft.org"); about.addCredit(ki18n("Kevin Kofler"), ki18n("Qt, KDE, debugging help"), "kevin.kofler@chello.at", "http://www.tigen.org/kevin.kofler"); |
