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