From a29237f73b954461088a5cd59f9593b9d874ce34 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Aug 2012 18:27:35 +0000 Subject: fix for the Profile Manager plugin. it returned to the plugin's list git-svn-id: http://svn.miranda-ng.org/main/trunk@1446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ProfileManager/res/ChangePM.ico | Bin 0 -> 1150 bytes plugins/ProfileManager/res/LoadPM.ico | Bin 0 -> 1150 bytes plugins/ProfileManager/res/resource.rc | 46 ++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 plugins/ProfileManager/res/ChangePM.ico create mode 100644 plugins/ProfileManager/res/LoadPM.ico create mode 100644 plugins/ProfileManager/res/resource.rc (limited to 'plugins/ProfileManager/res') diff --git a/plugins/ProfileManager/res/ChangePM.ico b/plugins/ProfileManager/res/ChangePM.ico new file mode 100644 index 0000000000..89b5d08f0f Binary files /dev/null and b/plugins/ProfileManager/res/ChangePM.ico differ diff --git a/plugins/ProfileManager/res/LoadPM.ico b/plugins/ProfileManager/res/LoadPM.ico new file mode 100644 index 0000000000..ec298dea37 Binary files /dev/null and b/plugins/ProfileManager/res/LoadPM.ico differ diff --git a/plugins/ProfileManager/res/resource.rc b/plugins/ProfileManager/res/resource.rc new file mode 100644 index 0000000000..8a81324da1 --- /dev/null +++ b/plugins/ProfileManager/res/resource.rc @@ -0,0 +1,46 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Neutral resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#pragma code_page(1250) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ChangePM ICON "ChangePM.ico" +IDI_LoadPM ICON "LoadPM.ico" +#endif // Neutral resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + -- cgit v1.2.3