summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VoiceService/src/options.h')
-rw-r--r--plugins/VoiceService/src/options.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/VoiceService/src/options.h b/plugins/VoiceService/src/options.h
index bd8e1bed37..c1a8796b9a 100644
--- a/plugins/VoiceService/src/options.h
+++ b/plugins/VoiceService/src/options.h
@@ -24,11 +24,12 @@ Boston, MA 02111-1307, USA.
#include <windows.h>
-#define POPUP_ACTION_DONOTHING 0
+#define POPUP_ACTION_DONOTHING 0
#define POPUP_ACTION_CLOSEPOPUP 1
+#define POPUP_ACTION_OPENWINDOW 2
-#define POPUP_DELAY_DEFAULT 0
-#define POPUP_DELAY_CUSTOM 1
+#define POPUP_DELAY_DEFAULT 0
+#define POPUP_DELAY_CUSTOM 1
#define POPUP_DELAY_PERMANENT 2