summaryrefslogtreecommitdiffstats
path: root/pokemod/CoinListObject.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-25 21:17:56 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-25 21:17:56 +0000
commit7e3bf1853184f96eb5be47dd78ebe21fdc170a01 (patch)
tree7c937aa87fa165fc62bb49d71983e1512f2371c2 /pokemod/CoinListObject.cpp
parentdec252e25fc63fe1bb321dd87772181fc76e998f (diff)
downloadsigen-7e3bf1853184f96eb5be47dd78ebe21fdc170a01.tar.gz
sigen-7e3bf1853184f96eb5be47dd78ebe21fdc170a01.tar.xz
sigen-7e3bf1853184f96eb5be47dd78ebe21fdc170a01.zip
[ADD] More documentation
[FIX] Cleaned out some code from the models [FIX] Matrix should now work a lot better now [FIX] Opening/Saving/Closing PokéMods should be much cleaner now [FIX] currentPokemod code is now in the tree class git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@173 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/CoinListObject.cpp')
-rw-r--r--pokemod/CoinListObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/CoinListObject.cpp b/pokemod/CoinListObject.cpp
index ff2b8d80..2e0d4066 100644
--- a/pokemod/CoinListObject.cpp
+++ b/pokemod/CoinListObject.cpp
@@ -22,7 +22,7 @@
#include "CoinList.h"
#include "Pokemod.h"
-const QStringList CoinListObject::TypeStr = QStringList() << "Item" << "Pokémon";
+const QStringList CoinListObject::TypeStr = QStringList() << "Item" << QString::fromUtf8("Pokémon");
CoinListObject::CoinListObject(const CoinListObject& object) :
Object("CoinListObject", object.parent(), object.id())