Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thought
I would have to do more than this to fix it, but it seems to be enough. svn-id: r35840
This commit is contained in:
parent
e1f8088328
commit
cfdb824535
2 changed files with 9 additions and 0 deletions
|
@ -67,6 +67,7 @@ public:
|
|||
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
|
||||
void setList(const StringList& list);
|
||||
int runModal(const EnginePlugin *plugin, const String &target);
|
||||
void open();
|
||||
|
||||
const Common::String &getResultString() const;
|
||||
void setSaveMode(bool saveMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue