diff options
Diffstat (limited to 'plugins/WebView/src/resource.h')
-rw-r--r-- | plugins/WebView/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/WebView/src/resource.h b/plugins/WebView/src/resource.h index 108b7303b8..75379a22e5 100644 --- a/plugins/WebView/src/resource.h +++ b/plugins/WebView/src/resource.h @@ -1,5 +1,7 @@ #define UNI 1
+#define IDC_STATIC -1
+
#define IDI_SITE 101
#define IDI_STICK 102
#define IDI_UNSTICK 103
@@ -23,7 +25,6 @@ #define IDC_UPDATE_ONALERT 304
#define IDD_OPT 443
-#define IDC_STATIC 444
#define IDC_DISABLEMENU 446
#define IDC_OPEN_WEBPAGE 447
#define IDC_TIME 450
|