From c2ef6d844e82c333ea0bc9415567982f51a5a6a0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 5 Dec 2012 21:23:20 +0000 Subject: - mir_icons.sln and PluginUpdater updated for a new FingerprintNG iconpack git-svn-id: http://svn.miranda-ng.org/main/trunk@2660 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/Scanner.cpp | 51 +++++++++++++++++++++++------------ 1 file changed, 34 insertions(+), 17 deletions(-) (limited to 'plugins/PluginUpdater/src') 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) -- cgit v1.2.3