summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-05-23 17:45:54 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-05-23 17:45:54 +0000
commit7e42be5e9d1ab2600c120ae3c3b5be20ef09f851 (patch)
tree2d5b252bb2aa231a436c7d0b8ce029e5f8b4177c /plugins
parentec27dd8132c5d8df2a495a3d059a714bdb29c559 (diff)
MenuItemEx - grammar and redefinition fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MenuItemEx/resource.h1
-rw-r--r--plugins/MenuItemEx/resource.rc2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MenuItemEx/resource.h b/plugins/MenuItemEx/resource.h
index f24747f3c9..18b7de34cd 100644
--- a/plugins/MenuItemEx/resource.h
+++ b/plugins/MenuItemEx/resource.h
@@ -38,7 +38,6 @@
#define IDC_SHOWID 1017
#define IDC_TRIMID 1018
#define IDC_IGNOREHIDE 1019
-#define __PLUGIN_ID 4303
#define IDC_STATIC -1
// Next default values for new objects
diff --git a/plugins/MenuItemEx/resource.rc b/plugins/MenuItemEx/resource.rc
index 7c9a68781c..9424bfb831 100644
--- a/plugins/MenuItemEx/resource.rc
+++ b/plugins/MenuItemEx/resource.rc
@@ -82,7 +82,7 @@ BEGIN
LTEXT "* Use Ctrl+click to see popup with the copied text",IDC_HINT1,16,164,251,11
CONTROL "Hide contact on 'Ignore all'",IDC_IGNOREHIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,162,42,105,10
GROUPBOX "Other options",IDC_STATIC,7,184,266,27
- CONTROL "Automatically refresh contact's details after they comes online",IDC_REFRESH_DETAILS,
+ CONTROL "Automatically refresh contact's details after they come online",IDC_REFRESH_DETAILS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,196,251,10
END