diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-16 13:15:07 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-16 13:15:07 +0300 |
commit | ba19b70f9a12bf7e3c51d44bd0a3ca787da43ffc (patch) | |
tree | f84d0695264db1f7d63141afcf04ebec77fb4a2b /protocols/YAMN/res | |
parent | 39badfe98c0f8a750101926f91b5b3122dfdeb22 (diff) |
fixes #3730 (YAMN: если контакта в базе нет, плагин начинает глючить)
Diffstat (limited to 'protocols/YAMN/res')
-rw-r--r-- | protocols/YAMN/res/YAMN.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/YAMN/res/YAMN.rc b/protocols/YAMN/res/YAMN.rc index 20338bf727..f20df2593a 100644 --- a/protocols/YAMN/res/YAMN.rc +++ b/protocols/YAMN/res/YAMN.rc @@ -181,7 +181,7 @@ BEGIN GROUPBOX "Errors",IDC_STATIC,161,153,143,44
CONTROL "Sound notification if failed",IDC_CHECKFSND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,166,163,135,10
CONTROL "Message notification if failed",IDC_CHECKFMSG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,166,174,135,10
- CONTROL "Tray icon notification if failed",IDC_CHECKFICO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,166,186,135,10
+ CONTROL "Tray icon notification if failed",IDC_CHECKFICO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,166,185,135,10
PUSHBUTTON "Reset counter",IDC_BTNRESET,161,200,75,13
LTEXT "",IDC_STTIMELEFT,163,216,141,8
END
|