diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-03-21 18:50:22 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-03-21 18:55:18 -0600 |
commit | 7365f367e74a1353a6254d8e3adedf52f1b5bdb2 (patch) | |
tree | e795537e6178ca678c8b05419eb987b1643deb3d /src/gui/textdialog.h | |
parent | eb2a133b9534868b6e0ba86babb5d98b498e07b4 (diff) | |
download | mana-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.tar.gz mana-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.tar.bz2 mana-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.tar.xz mana-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.zip |
Make TextDialog send an appropriate event for cancel
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r-- | src/gui/textdialog.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 825d9ddc..d4c611cc 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -56,11 +56,6 @@ public: */ const std::string &getText() const; - /** - * Set the OK button action id - */ - void setOKButtonActionId(const std::string &name); - static bool isActive() { return instances > 0; } private: |