diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 22:41:39 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 22:41:39 +0000 |
commit | 07e4cbad83ee82bb38b6f49986cb418269b41298 (patch) | |
tree | fcdfa65eef2ae091ab08187fb010a26bc07fecde | |
parent | f86be8fc0ea87cafcd2dd630af1c08e0cdacdaa9 (diff) |
Miranda IM renamed to Miranda NG part 4
git-svn-id: http://svn.miranda-ng.org/main/trunk@1146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/modules/protocols/protoopts.cpp | 2 | ||||
-rw-r--r-- | src/resource.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp index ef19ec976f..66cb0ea48c 100644 --- a/src/modules/protocols/protoopts.cpp +++ b/src/modules/protocols/protoopts.cpp @@ -47,7 +47,7 @@ If you want to restart Miranda now, press Yes, if you want to upgrade another ac Use Miranda IM options dialogs to change it's preferences."
#define welcomeMsg \
-"Welcome to Miranda IM's account manager!\n \
+"Welcome to Miranda NG's account manager!\n \
Here you can set up your IM accounts.\n\n \
Select an account from the list on the left to see the available options. \
Alternatively, just click on the Plus sign underneath the list to set up a new IM account."
diff --git a/src/resource.rc b/src/resource.rc index 5ffd3e1bf9..c72e46dace 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -140,7 +140,7 @@ CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_KEYWORD_FILTER,336,6,88,79,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- CONTROL "Options\nConfigure your Miranda Instant Messenger options",IDC_HEADERBAR,
+ CONTROL "Options\nConfigure your Miranda NG options",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,428,25
DEFPUSHBUTTON "OK",IDOK,265,283,50,14
PUSHBUTTON "Cancel",IDCANCEL,319,283,50,14
@@ -158,7 +158,7 @@ CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_KEYWORD_FILTER,336,37,88,79,CBS_DROPDOWN | CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
- CONTROL "Options\nConfigure your Miranda Instant Messenger options",IDC_HEADERBAR,
+ CONTROL "Options\nConfigure your Miranda NG options",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,325,25
DEFPUSHBUTTON "OK",IDOK,158,283,50,14
PUSHBUTTON "Cancel",IDCANCEL,212,283,50,14
|