diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-20 22:50:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-20 22:50:52 +0300 |
commit | 8c18d1fe6f83807116c065e548ee6b567f4b49a1 (patch) | |
tree | c01b9461b4ee00ffae0ec9f028087b67d7c49feb /plugins/StatusChange/res | |
parent | 236dfc4581f03c670f4b5a5b076b2910ae25459b (diff) |
fixes #1776 (any traces of URL* related constants removed)
Diffstat (limited to 'plugins/StatusChange/res')
-rw-r--r-- | plugins/StatusChange/res/resource.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/StatusChange/res/resource.rc b/plugins/StatusChange/res/resource.rc index 6e2580b089..9da9ba995f 100644 --- a/plugins/StatusChange/res/resource.rc +++ b/plugins/StatusChange/res/resource.rc @@ -33,8 +33,6 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
CONTROL "",IDC_CHK_MESSAGESEND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,165,27,10,8
CONTROL "",IDC_CHK_MESSAGEREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,27,10,8
- CONTROL "",IDC_CHK_URLSEND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,165,46,10,8
- CONTROL "",IDC_CHK_URLREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,46,10,8
CONTROL "",IDC_CHK_FILESEND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,165,64,10,8
CONTROL "",IDC_CHK_FILEREAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,204,64,10,8
CONTROL "Offline",IDC_RAD_OFFLINE,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,60,101,95,10
@@ -61,12 +59,10 @@ BEGIN CTEXT "Send",-1,149,17,41,9,NOT WS_GROUP
CTEXT "Receive",-1,187,17,41,9,NOT WS_GROUP
LTEXT "Message",-1,73,27,85,8,NOT WS_GROUP
- LTEXT "URL",-1,73,46,85,8,NOT WS_GROUP
LTEXT "File transfer",-1,73,64,85,8,NOT WS_GROUP
GROUPBOX "...change status to...",-1,45,86,220,68,WS_GROUP
GROUPBOX "...if status is...",-1,45,163,220,68,WS_GROUP
ICON "",IDC_MSGICON,51,20,21,20,SS_CENTERIMAGE
- ICON "",IDC_URLICON,51,40,21,20,SS_CENTERIMAGE
ICON "",IDC_FILEICON,51,59,21,20,SS_CENTERIMAGE
END
|