Changes in src/UIElements/Menu/TextMenu.cpp [112b09:047878]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Menu/TextMenu.cpp
r112b09 r047878 127 127 } 128 128 129 Dialog* TextMenu::LeaveAction::fillDialog(Dialog *dialog){ 130 ASSERT(dialog,"No Dialog given when filling action dialog"); 131 return dialog; 132 } 133 134 129 135 Action::state_ptr TextMenu::LeaveAction::performCall(){ 130 136 menu->doQuit();
Note:
See TracChangeset
for help on using the changeset viewer.