From 6a9ca768674c3bee792a27be74e5aac8d78583bd Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 1 Nov 2012 15:21:14 +0000 Subject: ExtraIcons plugin deleted and removed from sln (not needed anymore, plugin moved to the core) git-svn-id: http://svn.miranda-ng.org/main/trunk@2132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExtraIcons/res/AlwaysVis.ico | Bin 2038 -> 0 bytes plugins/ExtraIcons/res/Chatchannel.ico | Bin 2038 -> 0 bytes plugins/ExtraIcons/res/NeverVis.ico | Bin 2038 -> 0 bytes plugins/ExtraIcons/res/Version.rc | 42 ---------- plugins/ExtraIcons/res/empty.ico | Bin 766 -> 0 bytes plugins/ExtraIcons/res/female.ico | Bin 2550 -> 0 bytes plugins/ExtraIcons/res/male.ico | Bin 2550 -> 0 bytes plugins/ExtraIcons/res/resource.rc | 148 --------------------------------- 8 files changed, 190 deletions(-) delete mode 100644 plugins/ExtraIcons/res/AlwaysVis.ico delete mode 100644 plugins/ExtraIcons/res/Chatchannel.ico delete mode 100644 plugins/ExtraIcons/res/NeverVis.ico delete mode 100644 plugins/ExtraIcons/res/Version.rc delete mode 100644 plugins/ExtraIcons/res/empty.ico delete mode 100644 plugins/ExtraIcons/res/female.ico delete mode 100644 plugins/ExtraIcons/res/male.ico delete mode 100644 plugins/ExtraIcons/res/resource.rc (limited to 'plugins/ExtraIcons/res') diff --git a/plugins/ExtraIcons/res/AlwaysVis.ico b/plugins/ExtraIcons/res/AlwaysVis.ico deleted file mode 100644 index 05013a077d..0000000000 Binary files a/plugins/ExtraIcons/res/AlwaysVis.ico and /dev/null differ diff --git a/plugins/ExtraIcons/res/Chatchannel.ico b/plugins/ExtraIcons/res/Chatchannel.ico deleted file mode 100644 index 2e48365971..0000000000 Binary files a/plugins/ExtraIcons/res/Chatchannel.ico and /dev/null differ diff --git a/plugins/ExtraIcons/res/NeverVis.ico b/plugins/ExtraIcons/res/NeverVis.ico deleted file mode 100644 index 6aebec2acc..0000000000 Binary files a/plugins/ExtraIcons/res/NeverVis.ico and /dev/null differ diff --git a/plugins/ExtraIcons/res/Version.rc b/plugins/ExtraIcons/res/Version.rc deleted file mode 100644 index d741488c4f..0000000000 --- a/plugins/ExtraIcons/res/Version.rc +++ /dev/null @@ -1,42 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#ifdef APSTUDIO_INVOKED -#error this file is not editable by Microsoft Visual C++ -#endif //APSTUDIO_INVOKED - -#include "afxres.h" -#include "..\src\version.h" - -#ifdef _WIN32 -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL -#endif //_WIN32 - -VS_VERSION_INFO VERSIONINFO - FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION __FILEVERSION_STRING - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x0L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "FileDescription", __DESCRIPTION - VALUE "InternalName", __PLUGIN_NAME - VALUE "LegalCopyright", __COPYRIGHT - VALUE "OriginalFilename", __FILENAME - VALUE "ProductName", __PLUGIN_NAME - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END diff --git a/plugins/ExtraIcons/res/empty.ico b/plugins/ExtraIcons/res/empty.ico deleted file mode 100644 index 8ba93283ac..0000000000 Binary files a/plugins/ExtraIcons/res/empty.ico and /dev/null differ diff --git a/plugins/ExtraIcons/res/female.ico b/plugins/ExtraIcons/res/female.ico deleted file mode 100644 index faa08fc6c0..0000000000 Binary files a/plugins/ExtraIcons/res/female.ico and /dev/null differ diff --git a/plugins/ExtraIcons/res/male.ico b/plugins/ExtraIcons/res/male.ico deleted file mode 100644 index 5bee53143a..0000000000 Binary files a/plugins/ExtraIcons/res/male.ico and /dev/null differ diff --git a/plugins/ExtraIcons/res/resource.rc b/plugins/ExtraIcons/res/resource.rc deleted file mode 100644 index 979e824cc7..0000000000 --- a/plugins/ExtraIcons/res/resource.rc +++ /dev/null @@ -1,148 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include "..\src\resource.h" -#include "winresrc.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(1252) -#endif //_WIN32 - -///////////////////////////////////////////////////////////////////////////// -// -// Dialog -// - -IDD_OPTIONS DIALOGEX 0, 0, 276, 229 -STYLE DS_FIXEDSYS | WS_CHILD | WS_VISIBLE -EXSTYLE WS_EX_CONTROLPARENT -FONT 8, "MS Shell Dlg" -BEGIN - LTEXT "Select the extra icons to be shown in the contact list:", - IDC_STATIC,1,9,274,13 - CONTROL "",IDC_EXTRAORDER,"SysTreeView32",TVS_NOTOOLTIPS | - TVS_CHECKBOXES | TVS_FULLROWSELECT | WS_BORDER | - WS_TABSTOP,1,24,274,160 - LTEXT "* only the first %d icons will be shown", - IDC_MAX_ICONS_L,1,190,274,13,NOT WS_VISIBLE - LTEXT "You can group/ungroup icons by selecting then (CTRL+left click) and using the popup menu (right click)", - IDC_STATIC,1,208,274,20 -END - - -///////////////////////////////////////////////////////////////////////////// -// -// DESIGNINFO -// - -#ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO DISCARDABLE -BEGIN - IDD_OPTIONS, DIALOG - BEGIN - LEFTMARGIN, 1 - RIGHTMARGIN, 275 - TOPMARGIN, 1 - BOTTOMMARGIN, 228 - END -END -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_ALWAYSVIS ICON "AlwaysVis.ico" -IDI_NEVERVIS ICON "NeverVis.ico" -IDI_CHAT ICON "Chatchannel.ico" -IDI_MALE ICON "male.ico" -IDI_FEMALE ICON "female.ico" -IDI_EMPTY ICON "empty.ico" - -///////////////////////////////////////////////////////////////////////////// -// -// Menu -// - -IDR_OPT_POPUP MENU DISCARDABLE -BEGIN - POPUP "Group" - BEGIN - MENUITEM "Group", ID_GROUP - END - POPUP "Ungroup" - BEGIN - MENUITEM "Ungroup", ID_UNGROUP - END -END - -#endif // Neutral resources -///////////////////////////////////////////////////////////////////////////// - - -///////////////////////////////////////////////////////////////////////////// -// English (Canada) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENC) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "#include ""..\\src\\resource.h""\r\n" - "#include ""winresrc.h""\r\n" - "\0" -END - -3 TEXTINCLUDE DISCARDABLE -BEGIN - "\r\n" - "\0" -END - -#endif // APSTUDIO_INVOKED - -#endif // English (Canada) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// - - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - -- cgit v1.2.3