diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-29 20:30:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-29 20:30:30 +0000 |
commit | 517319e4cc4a22386cf243aeffd6d44a2e79b2c7 (patch) | |
tree | 786a0c39fbf28b6614494834ffcf2c3cac6b093b /plugins/NewXstatusNotify | |
parent | 0d9532a3a3f150e6899d85166b8636332161d9af (diff) |
protocols changed to accounts in dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@5183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify')
-rw-r--r-- | plugins/NewXstatusNotify/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc index ddbc8db248..5c864d9f89 100644 --- a/plugins/NewXstatusNotify/res/resource.rc +++ b/plugins/NewXstatusNotify/res/resource.rc @@ -333,8 +333,8 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN
GROUPBOX "General",IDC_STATIC,7,0,289,27
CONTROL "Show Popups when I connect",IDC_ONCONNECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,11,274,8
- GROUPBOX "Protocols",IDC_STATIC,7,41,289,124
- CTEXT "Enable/Disable protocols which you don't wish to be notified for:",IDC_STATIC,14,52,274,10
+ GROUPBOX "Accounts",IDC_STATIC,7,41,289,124
+ CTEXT "Enable/Disable accounts which you don't wish to be notified for:",IDC_STATIC,14,52,274,10
CONTROL "",IDC_PROTOCOLLIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,51,66,201,90
GROUPBOX "Text",IDC_STATIC,7,170,289,38
EDITTEXT IDC_POPUPTEXT,14,182,222,20,ES_MULTILINE | ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_STATICEDGE
|