diff options
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 3 |
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 },
};
|