diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-11-02 12:12:42 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-11-02 12:12:42 +0000 |
commit | 24c0dd3e35ae97183a994cc6f25fc78d08da1311 (patch) | |
tree | e51c33212cba11597b2909d8284d979d7fb96507 /plugins/PluginUpdater/src | |
parent | 05de21be73940c2f058633e5e7866e6c5f3b3e2e (diff) |
reverted MSN removal (too early)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10901 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index ddcbc48d89..610afd1d7d 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -539,7 +539,6 @@ static renameTable[] = { _T("gender.dll"), NULL },
{ _T("langman.dll"), NULL },
{ _T("metacontacts.dll"), NULL },
- { _T("msn.dll"), NULL },
};
static bool CheckFileRename(const TCHAR *ptszOldName, TCHAR *pNewName)
|