aboutsummaryrefslogtreecommitdiff
path: root/gui/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/message.h')
-rw-r--r--gui/message.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/message.h b/gui/message.h
index 30a2c6bfa0..328eebf499 100644
--- a/gui/message.h
+++ b/gui/message.h
@@ -26,6 +26,12 @@
namespace GUI {
+enum {
+ kMessageOK = 1,
+ kMessageCancel = 0
+};
+
+
/**
* Simple message dialog ("alert box"): presents a text message in a dialog with up to two buttons.
*/