Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Menu/TextMenu.cpp

    r112b09 r047878  
    127127}
    128128
     129Dialog* TextMenu::LeaveAction::fillDialog(Dialog *dialog){
     130  ASSERT(dialog,"No Dialog given when filling action dialog");
     131  return dialog;
     132}
     133
     134
    129135Action::state_ptr TextMenu::LeaveAction::performCall(){
    130136  menu->doQuit();
Note: See TracChangeset for help on using the changeset viewer.