diff options
Diffstat (limited to 'plugins/PluginUpdater/src/Scanner.cpp')
| -rw-r--r-- | plugins/PluginUpdater/src/Scanner.cpp | 51 | 
1 files changed, 34 insertions, 17 deletions
diff --git a/plugins/PluginUpdater/src/Scanner.cpp b/plugins/PluginUpdater/src/Scanner.cpp index 08972d54ce..e657b7b114 100644 --- a/plugins/PluginUpdater/src/Scanner.cpp +++ b/plugins/PluginUpdater/src/Scanner.cpp @@ -74,24 +74,41 @@ struct  }
  static renameTable[] =
  {
 -	{ _T("svc_dbepp.dll"),   _T("Plugins\\dbeditorpp.dll") },
 -	{ _T("svc_crshdmp.dll"), _T("Plugins\\crashdumper.dll") },
 -	{ _T("svc_vi.dll"),      _T("Plugins\\versioninfo.dll") },
 -	{ _T("import_sa.dll"),   _T("Plugins\\import.dll") },
 -	{ _T("newnr.dll"),       _T("Plugins\\notesreminders.dll") },
 -	{ _T("dbtool.exe"),      _T("Plugins\\dbchecker.dll") },
 -	{ _T("dbtool_sa.exe"),   _T("Plugins\\dbchecker.dll") },
 +	{ _T("svc_dbepp.dll"),                  _T("Plugins\\dbeditorpp.dll") },
 +	{ _T("svc_crshdmp.dll"),                _T("Plugins\\crashdumper.dll") },
 +	{ _T("svc_vi.dll"),                     _T("Plugins\\versioninfo.dll") },
 +	{ _T("import_sa.dll"),                  _T("Plugins\\import.dll") },
 +	{ _T("newnr.dll"),                      _T("Plugins\\notesreminders.dll") },
 +	{ _T("dbtool.exe"),                     _T("Plugins\\dbchecker.dll") },
 +	{ _T("dbtool_sa.exe"),                  _T("Plugins\\dbchecker.dll") },
 -	{ _T("clienticons_multiprotocols.dll"), _T("Icons\\Fp_ClientIcons\\clienticons_multiproto.dll") },
 -	{ _T("clienticons_general.dll"),        _T("Icons\\Fp_ClientIcons\\clienticons_miranda.dll") },
 -	{ _T("clienticons_skype.dll"),          _T("Icons\\Fp_ClientIcons\\clienticons_others.dll") },
 -	{ _T("clienticons_voip.dll"),           _T("Icons\\Fp_ClientIcons\\clienticons_overlays.dll") },
 -	{ _T("clienticons_gadu.dll"),           _T("Icons\\Fp_ClientIcons\\clienticons_gg.dll") },
 -
 -	{ _T("clist_classic.dll"), _T("") },
 -	{ _T("chat.dll"),          _T("") },
 -	{ _T("srmm.dll"),          _T("") },
 -	{ _T("extraicons.dll"),    _T("") },
 +	{ _T("clienticons_general.dll"),        _T("Icons\\fp_icons.dll") },
 +	{ _T("clienticons_miranda.dll"),        _T("Icons\\fp_icons.dll") },
 +	{ _T("clienticons_aim.dll"),            _T("") },
 +	{ _T("clienticons_gadu.dll"),           _T("") },
 +	{ _T("clienticons_gg.dll"),             _T("") },
 +	{ _T("clienticons_icq.dll"),            _T("") },
 +	{ _T("clienticons_irc.dll"),            _T("") },
 +	{ _T("clienticons_jabber.dll"),         _T("") },
 +	{ _T("clienticons_mra.dll"),            _T("") },
 +	{ _T("clienticons_msn.dll"),            _T("") },
 +	{ _T("clienticons_multiproto.dll"),     _T("") },
 +	{ _T("clienticons_multiprotocols.dll"), _T("") },
 +	{ _T("clienticons_others.dll"),         _T("") },
 +	{ _T("clienticons_overlsys.dll"),       _T("") },
 +	{ _T("clienticons_packs.dll"),          _T("") },
 +	{ _T("clienticons_qq.dll"),             _T("") },
 +	{ _T("clienticons_rss.dll"),            _T("") },
 +	{ _T("clienticons_skype.dll"),          _T("") },
 +	{ _T("clienticons_tlen.dll"),           _T("") },
 +	{ _T("clienticons_voip.dll"),           _T("") },
 +	{ _T("clienticons_weather.dll"),        _T("") },
 +	{ _T("clienticons_yahoo.dll"),          _T("") },
 +	
 +	{ _T("clist_classic.dll"),              _T("") },
 +	{ _T("chat.dll"),                       _T("") },
 +	{ _T("srmm.dll"),                       _T("") },
 +	{ _T("extraicons.dll"),                 _T("") },
  };
  static bool CheckFileRename(const TCHAR *ptszOldName, TCHAR *pNewName)
  | 
