diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-27 18:45:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-27 18:45:43 +0300 |
commit | ef1a349d88912a89a8dd20ca1dcb342b6dc9c2ff (patch) | |
tree | 78e6344d923966b7a8f1866763d6bacaf054a9e2 /plugins/Popup/res/resource.rc | |
parent | 189f6be24f11066a3c711b783cf98f79f703e3a5 (diff) |
fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses completely)
Diffstat (limited to 'plugins/Popup/res/resource.rc')
-rw-r--r-- | plugins/Popup/res/resource.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Popup/res/resource.rc b/plugins/Popup/res/resource.rc index 9bdf0f69d3..8f211e2d4a 100644 --- a/plugins/Popup/res/resource.rc +++ b/plugins/Popup/res/resource.rc @@ -231,10 +231,7 @@ BEGIN CONTROL "",IDC_SNA,"MButtonClass",WS_TABSTOP,180,120,15,14
CONTROL "",IDC_SOCCUPIED,"MButtonClass",WS_TABSTOP,196,120,15,14
CONTROL "",IDC_SDND,"MButtonClass",WS_TABSTOP,212,120,15,14
- CONTROL "",IDC_SFREE4CHAT,"MButtonClass",WS_TABSTOP,228,120,15,14
CONTROL "",IDC_SINVISIBLE,"MButtonClass",WS_TABSTOP,244,120,15,14
- CONTROL "",IDC_SPHONE,"MButtonClass",WS_TABSTOP,260,120,15,14
- CONTROL "",IDC_SLUNCH,"MButtonClass",WS_TABSTOP,276,120,16,14
LTEXT "Disable when relevant protocol's status is...",IDC_TXT_TITLE4,112,138,180,8
CONTROL "",IDC_SOFFLINE2,"MButtonClass",WS_TABSTOP,132,151,15,14
CONTROL "",IDC_SONLINE2,"MButtonClass",WS_TABSTOP,148,151,15,14
@@ -242,10 +239,7 @@ BEGIN CONTROL "",IDC_SNA2,"MButtonClass",WS_TABSTOP,180,151,15,14
CONTROL "",IDC_SOCCUPIED2,"MButtonClass",WS_TABSTOP,196,151,15,14
CONTROL "",IDC_SDND2,"MButtonClass",WS_TABSTOP,212,151,15,14
- CONTROL "",IDC_SFREE4CHAT2,"MButtonClass",WS_TABSTOP,228,151,15,14
CONTROL "",IDC_SINVISIBLE2,"MButtonClass",WS_TABSTOP,244,151,15,14
- CONTROL "",IDC_SPHONE2,"MButtonClass",WS_TABSTOP,260,151,15,14
- CONTROL "",IDC_SLUNCH2,"MButtonClass",WS_TABSTOP,276,151,16,14
ICON IDI_MB_INFO,IDC_ICO_INFO,112,170,20,20,SS_CENTERIMAGE | SS_REALSIZEIMAGE
LTEXT "Colors can be configured in\r\nCustomize -> Fonts and colors",IDC_TXT_COLORS,132,171,108,24
PUSHBUTTON "More...",IDC_MORE,242,176,50,14
|