From 7e42be5e9d1ab2600c120ae3c3b5be20ef09f851 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 23 May 2012 17:45:54 +0000 Subject: MenuItemEx - grammar and redefinition fix git-svn-id: http://svn.miranda-ng.org/main/trunk@158 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MenuItemEx/resource.h | 1 - plugins/MenuItemEx/resource.rc | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3