summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-09-18 21:35:58 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-09-18 21:35:58 +0000
commit4dd774d667df90583315c04696537b6397f6fc02 (patch)
treedfdf274c7df5704a6841c28d996bc5311fe74c4a /plugins/PluginUpdater/src
parent9c90c39b2bf798892a48e13a252a930447a0c092 (diff)
FirstRun delete mask by PU
git-svn-id: http://svn.miranda-ng.org/main/trunk@10514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp
index 7b46083131..3a88373b59 100644
--- a/plugins/PluginUpdater/src/DlgUpdate.cpp
+++ b/plugins/PluginUpdater/src/DlgUpdate.cpp
@@ -534,10 +534,11 @@ static renameTable[] =
{ _T("clist_classic.dll"), NULL },
{ _T("chat.dll"), NULL },
- { _T("gender.dll"), NULL },
{ _T("srmm.dll"), NULL },
{ _T("extraicons.dll"), NULL },
+ { _T("firstrun.dll"), NULL },
{ _T("flashavatars.dll"), NULL },
+ { _T("gender.dll"), NULL },
{ _T("langman.dll"), NULL },
{ _T("metacontacts.dll"), NULL },
};