diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-22 20:21:23 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-22 20:21:23 +0000 |
| commit | d8973a8ed86925ea5611520c3b7b989ccc238bb4 (patch) | |
| tree | 62750320998f804891eaa10393f2f85fe9813a70 /pokemodr/commands/SetFlagCommand.cpp | |
| parent | ff959ab192499da1c3f66c238ca6c29a76d4b871 (diff) | |
| download | sigen-d8973a8ed86925ea5611520c3b7b989ccc238bb4.tar.gz sigen-d8973a8ed86925ea5611520c3b7b989ccc238bb4.tar.xz sigen-d8973a8ed86925ea5611520c3b7b989ccc238bb4.zip | |
[FIX] Dialog commands now use "Species" instead of "Pokemon"
[ADD] More Dialog Command widgets
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@165 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/commands/SetFlagCommand.cpp')
| -rw-r--r-- | pokemodr/commands/SetFlagCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemodr/commands/SetFlagCommand.cpp b/pokemodr/commands/SetFlagCommand.cpp index 7dbb2fa2..4600035c 100644 --- a/pokemodr/commands/SetFlagCommand.cpp +++ b/pokemodr/commands/SetFlagCommand.cpp @@ -21,7 +21,7 @@ // Pokemod includes #include "../../pokemod/Dialog.h" -SetFlagCommand::SetFlagCommand(const Pokemod * pokemod, const int command) : +SetFlagCommand::SetFlagCommand(const Pokemod* pokemod, const int command) : CommandWidget(pokemod, command) { setupUi(this); |
