From 5d7d71ddb75f636f94028da346f43565ffb798df Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 18 Jun 2008 02:25:40 +0000 Subject: [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 --- pokemodr/PokemodrUI.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pokemodr/PokemodrUI.cpp') 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); } -- cgit