summaryrefslogtreecommitdiff
path: root/fxjs/js_resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/js_resources.h')
-rw-r--r--fxjs/js_resources.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/js_resources.h b/fxjs/js_resources.h
index 10bbcb8fed..064fd1609c 100644
--- a/fxjs/js_resources.h
+++ b/fxjs/js_resources.h
@@ -10,8 +10,7 @@
#include "core/fxcrt/widestring.h"
enum class JSMessage {
- kRunSuccess = 0,
- kAlert,
+ kAlert = 1,
kParamError,
kInvalidInputError,
kParamTooLongError,