diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-14 19:21:27 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-14 19:21:27 +0000 |
commit | 0181a77e338eab7762552593c3ce5824742b713d (patch) | |
tree | ed70927faef39661791256bb565f55090fb9aa8a /plugins/KeyboardNotify | |
parent | 5f84a05fe1a3e88567589ffe2003a40c84632f09 (diff) |
- resource fixes(patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3603 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index 33016e571e..52d0e86438 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -40,7 +40,7 @@ STYLE DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Protocols to check",IDC_STATIC,81,6,149,143
+ GROUPBOX "Accounts to check",IDC_STATIC,81,6,149,143
CONTROL "",IDC_PROTOCOLLIST,"SysListView32",LVS_REPORT |
LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER |
WS_TABSTOP,105,25,100,108
|