diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-06-18 02:25:40 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-06-18 02:25:40 +0000 |
| commit | 5d7d71ddb75f636f94028da346f43565ffb798df (patch) | |
| tree | eb57ebbe15c6b54cf7d7632a59e4242a56c1002f /pokemodr/PokemodrUI.cpp | |
| parent | 0b90d8e63582366a056ae13775bf72870a06ec0b (diff) | |
[FIX] Minor spelling errors in widgets
[FIX] Setting the Pokemod as dirty happens only when something happens
[FIX] Toolbar cleaned up
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@211 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/PokemodrUI.cpp')
| -rw-r--r-- | pokemodr/PokemodrUI.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pokemodr/PokemodrUI.cpp b/pokemodr/PokemodrUI.cpp index 0cc15987..9d502cec 100644 --- a/pokemodr/PokemodrUI.cpp +++ b/pokemodr/PokemodrUI.cpp @@ -254,7 +254,7 @@ bool Pokemodr::PokemodrUI::closePokemod(const Pokemod::Pokemod* pokemod, const b if (force) result = KMessageBox::questionYesNo(this, "You have unsaved changes, would you like to save them?", QString::fromUtf8("Unsaved Pokémod")); else - result = KMessageBox::questionYesNoCancel(this, "You have unsaved changes, would you like to save them?", QString::fromUtf8("Unsaved PokémMod")); + result = KMessageBox::questionYesNoCancel(this, "You have unsaved changes, would you like to save them?", QString::fromUtf8("Unsaved Pokémod")); switch (result) { case KMessageBox::Yes: @@ -415,9 +415,5 @@ void Pokemodr::PokemodrUI::setupActions() toolbar->addAction(cut); toolbar->addAction(copy); toolbar->addAction(paste); - toolbar->addSeparator(); - toolbar->addAction(preferences); - toolbar->addSeparator(); - toolbar->addAction(quit); addToolBar(toolbar); } |
