diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-28 18:37:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-28 18:37:34 +0000 |
commit | 2bf7e3ba50b1bf547c726523cf842e9263d5db18 (patch) | |
tree | 20c9611472a634e8e7b62f9135ad79b84bdb23f1 /plugins/WebView/src/resource.h | |
parent | 2dacbc70df142b6a63606585468994fb5fec77e0 (diff) |
first version of WebView that compiles in Unicode (but certaily doesn't work)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|