diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-13 18:27:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-13 18:27:35 +0000 |
commit | a29237f73b954461088a5cd59f9593b9d874ce34 (patch) | |
tree | 50a588f3507961117aad6df829af5a24eb892db3 /plugins/!Deprecated/ProfileManager/res | |
parent | 83a018b7db482f5b2b434f21ef27de161d5a6a6d (diff) |
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
Diffstat (limited to 'plugins/!Deprecated/ProfileManager/res')
-rw-r--r-- | plugins/!Deprecated/ProfileManager/res/ChangePM.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/!Deprecated/ProfileManager/res/LoadPM.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/!Deprecated/ProfileManager/res/resource.rc | 46 |
3 files changed, 0 insertions, 46 deletions
diff --git a/plugins/!Deprecated/ProfileManager/res/ChangePM.ico b/plugins/!Deprecated/ProfileManager/res/ChangePM.ico Binary files differdeleted file mode 100644 index 89b5d08f0f..0000000000 --- a/plugins/!Deprecated/ProfileManager/res/ChangePM.ico +++ /dev/null diff --git a/plugins/!Deprecated/ProfileManager/res/LoadPM.ico b/plugins/!Deprecated/ProfileManager/res/LoadPM.ico Binary files differdeleted file mode 100644 index ec298dea37..0000000000 --- a/plugins/!Deprecated/ProfileManager/res/LoadPM.ico +++ /dev/null diff --git a/plugins/!Deprecated/ProfileManager/res/resource.rc b/plugins/!Deprecated/ProfileManager/res/resource.rc deleted file mode 100644 index 8a81324da1..0000000000 --- a/plugins/!Deprecated/ProfileManager/res/resource.rc +++ /dev/null @@ -1,46 +0,0 @@ -// 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
-
|