summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/MapEffectModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/models/MapEffectModel.cpp')
-rw-r--r--pokemodr/models/MapEffectModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemodr/models/MapEffectModel.cpp b/pokemodr/models/MapEffectModel.cpp
index 79528265..7e30640b 100644
--- a/pokemodr/models/MapEffectModel.cpp
+++ b/pokemodr/models/MapEffectModel.cpp
@@ -61,7 +61,7 @@ QVariant Pokemodr::MapEffectModel::data(int role) const
else if (role == Pokemodr::BaseModel::ContextMenuRole)
{
KMenu* menu = new KMenu;
- menu->addAction("Delete Effect", this, SLOT(deleteSelf()));
+ menu->addAction("&Delete Effect", this, SLOT(deleteSelf()));
return QVariant::fromValue(static_cast<void*>(menu));
}
return Pokemodr::ObjectModel::data(role);