diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-22 19:51:45 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-22 19:51:45 +0000 |
commit | f8f8028f21082433a2ac43ff2787d01ccce5a29a (patch) | |
tree | ebf0b3d3f5a092cc017b1182e3811709db548da0 /src/modules/metacontacts/meta_utils.cpp | |
parent | 9a7e707e9f49c1252c3827c49215fb1ff877c481 (diff) |
-Metacontacts: removed obsolete message
-Account Manager: Made messageboxes modal
git-svn-id: http://svn.miranda-ng.org/main/trunk@8693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_utils.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_utils.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/modules/metacontacts/meta_utils.cpp b/src/modules/metacontacts/meta_utils.cpp index adac54c90f..9adcaa451d 100644 --- a/src/modules/metacontacts/meta_utils.cpp +++ b/src/modules/metacontacts/meta_utils.cpp @@ -328,15 +328,6 @@ MCONTACT Meta_GetContactHandle(DBCachedContact *cc, int contact_number) *
* and ensure metafilter in place
*/
-
-#define szMsg LPGEN("The 'MetaContacts Hidden Group' has been added to your contact list.\n\
-This is most likely due to server-side contact information. To fix this, so that\n\
-MetaContacts continues to function correctly, you should:\n\
- - disable MetaContacts using the 'Toggle MetaContacts Off' main menu item\n\
- - move all contacts out of this group\n\
- - synchronize your contacts with the server\n\
- - re-enable MetaContacts")
-
int Meta_HideLinkedContacts(void)
{
DBVARIANT dbv, dbv2;
|