diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-12 16:25:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-12 16:25:34 +0000 |
commit | 7fcc33b6f02d4d36c1e45051200921dbd9ec4e9e (patch) | |
tree | a25ed098acf04efcf93d9e6fb4d5d0bb5703cc38 /plugins/Scriver/src/resource.h | |
parent | 4da1ba7e23b975db9694b836b89b067ddb90bc02 (diff) |
Yandex added to Scriver
git-svn-id: http://svn.miranda-ng.org/main/trunk@3987 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/resource.h')
-rw-r--r-- | plugins/Scriver/src/resource.h | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/plugins/Scriver/src/resource.h b/plugins/Scriver/src/resource.h index 6f48c2d97a..bfe2a0a7ac 100644 --- a/plugins/Scriver/src/resource.h +++ b/plugins/Scriver/src/resource.h @@ -17,7 +17,7 @@ #define IDI_UNICODEON 127
#define IDI_UNICODEOFF 128
#define IDI_TIMESTAMP 129
-#define IDI_QUOTE 130
+#define IDI_QUOTE 130
#define IDI_INCOMING 132
#define IDI_OUTGOING 133
#define IDI_NOTICE 134
@@ -25,11 +25,13 @@ #define IDI_GOOGLE 140
#define IDI_BING 141
-#define IDI_WIKIPEDIA 142
-#define IDI_GOOGLE_MAPS 143
-#define IDI_GOOGLE_TRANSLATE 144
-#define IDI_YAHOO 145
-#define IDI_FOODNETWORK 146
+#define IDI_YANDEX 142
+#define IDI_WIKIPEDIA 143
+#define IDI_GOOGLE_MAPS 144
+#define IDI_GOOGLE_TRANSLATE 145
+#define IDI_YAHOO 146
+#define IDI_FOODNETWORK 147
+#define IDI_LASTICON 148
#define IDR_CONTEXT 180
@@ -187,16 +189,17 @@ #define IDM_CLEAR 40013
#define IDM_OPENLINK 40014
#define IDM_COPYLINK 40016
-#define IDM_CLOSETAB 40020
-#define IDM_CLOSEOTHERTABS 40021
-#define IDM_TOPMOST 40040
+#define IDM_CLOSETAB 40020
+#define IDM_CLOSEOTHERTABS 40021
+#define IDM_TOPMOST 40040
#define IDM_SEARCH_GOOGLE 40080
#define IDM_SEARCH_BING 40081
-#define IDM_SEARCH_WIKIPEDIA 40082
-#define IDM_SEARCH_GOOGLE_MAPS 40083
-#define IDM_SEARCH_GOOGLE_TRANSLATE 40084
-#define IDM_SEARCH_YAHOO 40085
-#define IDM_SEARCH_FOODNETWORK 40086
+#define IDM_SEARCH_YANDEX 40082
+#define IDM_SEARCH_WIKIPEDIA 40083
+#define IDM_SEARCH_GOOGLE_MAPS 40084
+#define IDM_SEARCH_GOOGLE_TRANSLATE 40085
+#define IDM_SEARCH_YAHOO 40086
+#define IDM_SEARCH_FOODNETWORK 40087
/* chat.dll resources */
#define IDC_CHAT_LOG 5005
|