diff options
author | George Hazan <george.hazan@gmail.com> | 2013-02-18 13:04:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-02-18 13:04:40 +0000 |
commit | a3209d277e75553c8b023800d413b532d101a96e (patch) | |
tree | 0b1a2f1b23afdda4fcc79d33eb4c499dd2f7993e /src | |
parent | 1ab3c162104548699c12dcf01c93c3593f16ce7a (diff) |
duplicate message removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc index fe1fd72d83..79d5041c4e 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -582,7 +582,7 @@ BEGIN "MHeaderbarCtrl",0x0,0,0,350,25
LISTBOX IDC_ACCLIST,7,32,130,187,LBS_SORT | LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
LTEXT "Account information:",IDC_TXT_ACCOUNT,142,32,201,8
- LTEXT "Welcome to Miranda NG's account manager!\nHere you can set up your IM accounts.\n\nSelect 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.",IDC_TXT_INFO,157,45,186,134
+ LTEXT "",IDC_TXT_INFO,157,45,186,134
LTEXT "Additional:",IDC_TXT_ADDITIONAL,142,184,201,8
CONTROL "Configure network...",IDC_LNK_NETWORK,"Hyperlink",WS_TABSTOP,157,197,186,11
CONTROL "Get more protocols...",IDC_LNK_ADDONS,"Hyperlink",WS_TABSTOP,157,208,186,11
|