summaryrefslogtreecommitdiff
path: root/plugins/AssocMgr/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-08-15 08:37:09 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-08-15 08:37:09 +0000
commitd8fdc1b64f985ca228ab231069b4e556ded07006 (patch)
tree072ac97eb4dc8ca530d82692e0f012a6840143ef /plugins/AssocMgr/res
parentd2727546aff254497b8679cd36e94506356fe248 (diff)
Yet another Miranda IM > NG rename
git-svn-id: http://svn.miranda-ng.org/main/trunk@1460 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AssocMgr/res')
-rw-r--r--plugins/AssocMgr/res/resource.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AssocMgr/res/resource.rc b/plugins/AssocMgr/res/resource.rc
index b27c873963..3c878d0540 100644
--- a/plugins/AssocMgr/res/resource.rc
+++ b/plugins/AssocMgr/res/resource.rc
@@ -51,16 +51,16 @@ STYLE DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg"
BEGIN
- LTEXT "Registered associations for Miranda IM:",
+ LTEXT "Registered associations for Miranda NG:",
IDC_HEADERTEXT,3,0,295,8,SS_NOPREFIX
CONTROL "",IDC_ASSOCLIST,"SysListView32",LVS_REPORT |
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
WS_BORDER | WS_TABSTOP,3,10,295,169
GROUPBOX "Miscellaneous",IDC_MISCLABEL,3,183,295,41,WS_GROUP
- CONTROL "&Start Miranda IM automatically when the Computer starts (using current profile)",
+ CONTROL "&Start Miranda NG automatically when the Computer starts (using current profile)",
IDC_AUTOSTART,"Button",BS_AUTOCHECKBOX | BS_TOP |
WS_TABSTOP,10,195,284,10
- CONTROL "Only associate with Miranda IM while it is &running",
+ CONTROL "Only associate with Miranda NG while it is &running",
IDC_ONLYWHILERUNNING,"Button",BS_AUTOCHECKBOX | BS_TOP |
WS_TABSTOP,10,208,284,10
END