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