summaryrefslogtreecommitdiff
path: root/src/gui/textdialog.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-03-21 18:50:22 -0600
committerJared Adams <jaxad0127@gmail.com>2010-03-21 18:55:18 -0600
commit7365f367e74a1353a6254d8e3adedf52f1b5bdb2 (patch)
treee795537e6178ca678c8b05419eb987b1643deb3d /src/gui/textdialog.h
parenteb2a133b9534868b6e0ba86babb5d98b498e07b4 (diff)
downloadmana-client-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.tar.gz
mana-client-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.tar.bz2
mana-client-7365f367e74a1353a6254d8e3adedf52f1b5bdb2.tar.xz
mana-client-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.h5
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: