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 /pokemod/CoinListObject.cpp | |
| parent | 57654f11288180e5663f99a1da1cd7a4cf06ad0f (diff) | |
| download | sigen-bfd8c384cec5f75c381cbf07b7982afc8be03fb5.tar.gz sigen-bfd8c384cec5f75c381cbf07b7982afc8be03fb5.tar.xz sigen-bfd8c384cec5f75c381cbf07b7982afc8be03fb5.zip | |
[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 'pokemod/CoinListObject.cpp')
| -rw-r--r-- | pokemod/CoinListObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/CoinListObject.cpp b/pokemod/CoinListObject.cpp index 9720884d..38aafdda 100644 --- a/pokemod/CoinListObject.cpp +++ b/pokemod/CoinListObject.cpp @@ -22,7 +22,7 @@ #include "CoinList.h" #include "Pokemod.h" -const QStringList Pokemod::CoinListObject::TypeStr = QStringList() << "Item" << QString::fromUtf8("Pokémon"); +const QStringList Pokemod::CoinListObject::TypeStr = QStringList() << "Item" << "Team Member"; Pokemod::CoinListObject::CoinListObject(const CoinListObject& object) : Object("CoinListObject", object.parent(), object.id()) |
