diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-04 12:42:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-04 12:42:13 +0300 |
commit | 88d56b4791202034588ff5b10d9c05fff3019934 (patch) | |
tree | 36641740737a9e3a92adaa75116650373a9a2943 /protocols/YAMN/res | |
parent | 4a1f343d8684deaaa67e6ee56f0769b8bab8d6c8 (diff) |
finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch statuses completely)
Diffstat (limited to 'protocols/YAMN/res')
-rw-r--r-- | protocols/YAMN/res/YAMN.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/YAMN/res/YAMN.rc b/protocols/YAMN/res/YAMN.rc index d86dfe6cdd..a9edf2e7f5 100644 --- a/protocols/YAMN/res/YAMN.rc +++ b/protocols/YAMN/res/YAMN.rc @@ -238,10 +238,7 @@ BEGIN CONTROL "Not available",IDC_CHECKST3,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,15,83,70,9 CONTROL "Occupied",IDC_CHECKST4,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,15,104,70,9 CONTROL "Do not disturb",IDC_CHECKST5,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,134,19,70,9 - CONTROL "Free for chat",IDC_CHECKST6,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,134,39,70,9 - CONTROL "Invisible",IDC_CHECKST7,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,134,62,70,9 - CONTROL "On the phone",IDC_CHECKST8,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,134,83,70,9 - CONTROL "Out to lunch",IDC_CHECKST9,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,134,104,70,9 + CONTROL "Invisible",IDC_CHECKST6,"Button",BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,134,39,70,9 END IDD_YAMNOPT DIALOGEX 0, 0, 312, 121 |