From 8c18d1fe6f83807116c065e548ee6b567f4b49a1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 Jan 2019 22:50:52 +0300 Subject: fixes #1776 (any traces of URL* related constants removed) --- plugins/KeyboardNotify/res/resources.rc | 2 -- plugins/KeyboardNotify/src/ignore.cpp | 1 - plugins/KeyboardNotify/src/resource.h | 1 - 3 files changed, 4 deletions(-) (limited to 'plugins/KeyboardNotify') diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index cf121394fc..38ce2ea85a 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -206,8 +206,6 @@ BEGIN LTEXT "The following events are being ignored:",IDC_STATIC,8,17,288,8 ICON "IDI_RECVMSG",IDC_MSGICON,12,178,21,20,SS_CENTERIMAGE LTEXT "Ignore messages",IDC_STATIC,32,184,70,8,SS_NOPREFIX | SS_CENTERIMAGE - ICON "IDI_URL",IDC_URLICON,12,198,21,20,SS_CENTERIMAGE - LTEXT "Ignore URLs",IDC_STATIC,32,204,70,8,SS_NOPREFIX | SS_CENTERIMAGE ICON "IDI_FILE",IDC_FILEICON,116,178,21,20,SS_CENTERIMAGE LTEXT "Ignore files",IDC_STATIC,136,184,70,8,SS_NOPREFIX | SS_CENTERIMAGE ICON "IDI_MIRANDA",IDC_OTHERICON,116,198,21,20,SS_CENTERIMAGE diff --git a/plugins/KeyboardNotify/src/ignore.cpp b/plugins/KeyboardNotify/src/ignore.cpp index 124ef7b51b..bf8f81bdcf 100644 --- a/plugins/KeyboardNotify/src/ignore.cpp +++ b/plugins/KeyboardNotify/src/ignore.cpp @@ -209,7 +209,6 @@ INT_PTR CALLBACK DlgProcIgnoreOptions(HWND hwndDlg, UINT msg, WPARAM, LPARAM lPa SendDlgItemMessage(hwndDlg, IDC_ALLICON, STM_SETICON, (WPARAM)hIcons[0], 0); SendDlgItemMessage(hwndDlg, IDC_NONEICON, STM_SETICON, (WPARAM)hIcons[1], 0); SendDlgItemMessage(hwndDlg, IDC_MSGICON, STM_SETICON, (WPARAM)hIcons[2], 0); - SendDlgItemMessage(hwndDlg, IDC_URLICON, STM_SETICON, (WPARAM)hIcons[3], 0); SendDlgItemMessage(hwndDlg, IDC_FILEICON, STM_SETICON, (WPARAM)hIcons[4], 0); SendDlgItemMessage(hwndDlg, IDC_OTHERICON, STM_SETICON, (WPARAM)hIcons[5], 0); diff --git a/plugins/KeyboardNotify/src/resource.h b/plugins/KeyboardNotify/src/resource.h index 88fbe4c38c..78e99972b7 100644 --- a/plugins/KeyboardNotify/src/resource.h +++ b/plugins/KeyboardNotify/src/resource.h @@ -105,7 +105,6 @@ #define IDC_ALLICON 1208 #define IDC_NONEICON 1209 #define IDC_MSGICON 1375 -#define IDC_URLICON 1376 #define IDC_TABS 2000 // Next default values for new objects -- cgit v1.2.3