diff options
Diffstat (limited to 'pokemodr/models/WeatherGroupModel.cpp')
| -rw-r--r-- | pokemodr/models/WeatherGroupModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemodr/models/WeatherGroupModel.cpp b/pokemodr/models/WeatherGroupModel.cpp index 26f1c34e..42a29f37 100644 --- a/pokemodr/models/WeatherGroupModel.cpp +++ b/pokemodr/models/WeatherGroupModel.cpp @@ -47,7 +47,7 @@ QVariant Pokemodr::WeatherGroupModel::data(const int role) const if (role == Pokemodr::BaseModel::ContextMenuRole) { KMenu* menu = new KMenu; - menu->addAction("Add Weather", this, SLOT(addObject())); + menu->addAction("&Add Weather", this, SLOT(addObject())); return QVariant::fromValue(static_cast<void*>(menu)); } return Pokemodr::GroupModel::data(role); |
