diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-18 21:50:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-18 21:50:38 +0300 |
commit | e3bea6d9c261c87d7f67ecc06392c0d0cd4fe2dc (patch) | |
tree | 4b2380c5a925c7bc13515aef5a16a9324c3c55a6 /plugins/QuickContacts/res/resource.rc | |
parent | 501fd1fbff6afc11bb0368b82b4a8d9451bee5f3 (diff) |
fixes #1776 (remove MS_URL_SENDURL "SRUrl/SendCommand")
Diffstat (limited to 'plugins/QuickContacts/res/resource.rc')
-rw-r--r-- | plugins/QuickContacts/res/resource.rc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/QuickContacts/res/resource.rc b/plugins/QuickContacts/res/resource.rc index c01c88e081..dd676d7732 100644 --- a/plugins/QuickContacts/res/resource.rc +++ b/plugins/QuickContacts/res/resource.rc @@ -74,12 +74,11 @@ BEGIN CONTROL "",IDC_MESSAGE,"MButtonClass",0x0,41,36,17,15,
0x18000000L
CONTROL "",IDC_FILE,"MButtonClass",0x0,83,36,17,15,0x18000000L
- CONTROL "",IDC_URL,"MButtonClass",0x0,104,36,17,15,0x18000000L
- CONTROL "",IDC_USERINFO,"MButtonClass",0x0,125,36,17,15,
+ CONTROL "",IDC_USERINFO,"MButtonClass",0x0,104,36,17,15,
0x18000000L
- CONTROL "",IDC_HISTORY,"MButtonClass",0x0,146,36,17,15,
+ CONTROL "",IDC_HISTORY,"MButtonClass",0x0,125,36,17,15,
0x18000000L
- CONTROL "",IDC_MENU,"MButtonClass",0x0,167,36,17,15,0x18000000L
+ CONTROL "",IDC_MENU,"MButtonClass",0x0,146,36,17,15,0x18000000L
END
@@ -117,7 +116,6 @@ BEGIN "H", HOTKEY_HISTORY, VIRTKEY, CONTROL, NOINVERT
"I", HOTKEY_INFO, VIRTKEY, CONTROL, NOINVERT
"M", HOTKEY_MENU, VIRTKEY, CONTROL, NOINVERT
- "U", HOTKEY_URL, VIRTKEY, CONTROL, NOINVERT
END
#ifdef APSTUDIO_INVOKED
|