Changes in src/UIElements/Menu/Menu.cpp [163110:690741]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Menu/Menu.cpp
r163110 r690741 130 130 if (MenuName == name) { 131 131 const std::string &ActionName = *iter; 132 const std::string &ActionDescription = CurrentTrait.getDescription(); 133 Menu::addAction(ActionName, ActionDescription); 132 Menu::addAction(ActionName); 134 133 } 135 134 } 136 135 } 137 136 138 void Menu::addAction(const std::string &ActionName , const std::string &ActionDescription)137 void Menu::addAction(const std::string &ActionName) 139 138 { 140 139 LastItem = ActionItem; 141 addActionItem(ActionName, Action Description);140 addActionItem(ActionName, ActionName); 142 141 } 143 142
Note:
See TracChangeset
for help on using the changeset viewer.