From 16b3108be10c20c54d8ad47e2dac5b7cd908e3eb Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 1 Aug 2012 13:18:09 +0000 Subject: folders renames git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TranslitSwitcher/res/InvertSend.ico | Bin 0 -> 2038 bytes plugins/TranslitSwitcher/res/Resource.rc | 48 ++++++++++++++++++++++++++ plugins/TranslitSwitcher/res/SwitchSend.ico | Bin 0 -> 2038 bytes plugins/TranslitSwitcher/res/TranslitSend.ico | Bin 0 -> 2038 bytes plugins/TranslitSwitcher/res/Version.rc | 42 ++++++++++++++++++++++ 5 files changed, 90 insertions(+) create mode 100644 plugins/TranslitSwitcher/res/InvertSend.ico create mode 100644 plugins/TranslitSwitcher/res/Resource.rc create mode 100644 plugins/TranslitSwitcher/res/SwitchSend.ico create mode 100644 plugins/TranslitSwitcher/res/TranslitSend.ico create mode 100644 plugins/TranslitSwitcher/res/Version.rc (limited to 'plugins/TranslitSwitcher/res') diff --git a/plugins/TranslitSwitcher/res/InvertSend.ico b/plugins/TranslitSwitcher/res/InvertSend.ico new file mode 100644 index 0000000000..67171c377b Binary files /dev/null and b/plugins/TranslitSwitcher/res/InvertSend.ico differ diff --git a/plugins/TranslitSwitcher/res/Resource.rc b/plugins/TranslitSwitcher/res/Resource.rc new file mode 100644 index 0000000000..3019bbb1f4 --- /dev/null +++ b/plugins/TranslitSwitcher/res/Resource.rc @@ -0,0 +1,48 @@ +// 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 + +///////////////////////////////////////////////////////////////////////////// +// Русский (Россия) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_SWITCHSEND ICON "SwitchSend.ico" +IDI_TRANSLITSEND ICON "TranslitSend.ico" +IDI_INVERTSEND ICON "InvertSend.ico" + + +#endif // Русский (Россия) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/plugins/TranslitSwitcher/res/SwitchSend.ico b/plugins/TranslitSwitcher/res/SwitchSend.ico new file mode 100644 index 0000000000..7d5362debb Binary files /dev/null and b/plugins/TranslitSwitcher/res/SwitchSend.ico differ diff --git a/plugins/TranslitSwitcher/res/TranslitSend.ico b/plugins/TranslitSwitcher/res/TranslitSend.ico new file mode 100644 index 0000000000..737ab57615 Binary files /dev/null and b/plugins/TranslitSwitcher/res/TranslitSend.ico differ diff --git a/plugins/TranslitSwitcher/res/Version.rc b/plugins/TranslitSwitcher/res/Version.rc new file mode 100644 index 0000000000..472bfbfe38 --- /dev/null +++ b/plugins/TranslitSwitcher/res/Version.rc @@ -0,0 +1,42 @@ +// 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 \ No newline at end of file -- cgit v1.2.3