diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-11 12:21:40 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-11 12:21:40 +0200 |
commit | d0437f358af898fe1a7dddfb0021da3a1a326d3f (patch) | |
tree | 54a1e28c67b9277e43e7488ea6950ea8b2b67fc9 /plugins/Scriver/res/resource.rc | |
parent | 98d1ee82a94b0d2ff05665ca9d7a6e43481392ed (diff) |
fixes #1347 (Scriver: remove "Use the contact's status icon as the window icon" option)
Diffstat (limited to 'plugins/Scriver/res/resource.rc')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 69aadc0e0d..b5254672e9 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -91,9 +91,7 @@ BEGIN CONTROL "Show toolbar",IDC_SHOWTOOLBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,34,180,10
CONTROL "Show info bar",IDC_SHOWINFOBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,45,180,10
CONTROL "Show avatars",IDC_AVATARSUPPORT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,56,180,10
- CONTROL "Use the contact's status icon as the window icon",IDC_STATUSWIN,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,67,292,10
- CONTROL "Show progress indicator",IDC_SHOWPROGRESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,78,180,10
+ CONTROL "Show progress indicator",IDC_SHOWPROGRESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,67,180,10
CONTROL "Enable transparency",IDC_TRANSPARENCY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,95,140,10
LTEXT "active",IDC_TRANSPARENCYTEXT1,152,91,36,8
CONTROL "Slider1",IDC_ATRANSPARENCYVALUE,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,194,91,70,12
|