Date:2013-11-30 02:27:45 (10 years 3 months ago)
Author:Paul Cercueil
Commit:61a79cd3d9b2264aadfceb04100459eec51e9ec8
Message:InputDialog: Make SETTINGS button confirm and MENU button cancel

Files: src/inputdialog.cpp (1 diff)

Change Details

src/inputdialog.cpp
188188
189189        switch (inputMgr.waitForPressedButton()) {
190190            case InputManager::SETTINGS:
191                ok = true;
192                close = true;
193                break;
194            case InputManager::MENU:
191195                ok = false;
192196                close = true;
193197                break;

Archive Download the corresponding diff file



interactive