diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-09-20 14:32:06 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-09-20 14:32:06 +0000 |
commit | 0f730185d2e73bf80b6a53952c626a7b22ab5055 (patch) | |
tree | cacbe04bb3855ade0d3fa9c30302036e1be9a7ec /src/gui/ok_dialog.h | |
parent | aa786b1b7898c9a4cd47135fabd3b1558b6d71c5 (diff) | |
download | mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.tar.gz mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.tar.bz2 mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.tar.xz mana-0f730185d2e73bf80b6a53952c626a7b22ab5055.zip |
Fixed use of Enter for closing death and weight notices, and changed glColor4f
to glColor4ub.
Diffstat (limited to 'src/gui/ok_dialog.h')
-rw-r--r-- | src/gui/ok_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/ok_dialog.h b/src/gui/ok_dialog.h index 6dcf1e6a..3dfc18c8 100644 --- a/src/gui/ok_dialog.h +++ b/src/gui/ok_dialog.h @@ -43,7 +43,7 @@ class OkDialog : public Window, public gcn::ActionListener { * @see Window::Window */ OkDialog(const std::string &title, const std::string &msg, - gcn::ActionListener *listener = NULL); + gcn::ActionListener *listener = NULL); /** * Constructor with parent reference. @@ -51,8 +51,8 @@ class OkDialog : public Window, public gcn::ActionListener { * @see Window::Window */ OkDialog(Window *window, const std::string &title, - const std::string &msg, - gcn::ActionListener *listener = NULL); + const std::string &msg, + gcn::ActionListener *listener = NULL); /** * Destructor. |