Change OnChange back to OnChoice.

Not like it's used anyway, but it doesn't hurt.
This commit is contained in:
The Dax 2014-09-16 03:57:39 -04:00
parent 167f2a8a2c
commit 03ed11fa0f

View File

@ -112,7 +112,7 @@ class MessagePopupScreen : public PopupScreen {
public:
MessagePopupScreen(std::string title, std::string message, std::string button1, std::string button2, std::function<void(bool)> callback)
: PopupScreen(title, button1, button2), message_(message), callback_(callback) {}
UI::Event OnChange;
UI::Event OnChoice;
protected:
virtual bool FillVertical() const override { return false; }