diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-01 13:18:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-08-01 13:18:09 +0000 |
commit | 16b3108be10c20c54d8ad47e2dac5b7cd908e3eb (patch) | |
tree | 07e460298ad22f92765dd6dd6bc84b44544e00bf /plugins/TranslitSwitcher/Res | |
parent | 1aa6b664f3ba7574673a1ff9735f2264fefa04ee (diff) |
folders renames
git-svn-id: http://svn.miranda-ng.org/main/trunk@1300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TranslitSwitcher/Res')
-rw-r--r-- | plugins/TranslitSwitcher/Res/InvertSend.ico | bin | 2038 -> 0 bytes | |||
-rw-r--r-- | plugins/TranslitSwitcher/Res/Resource.rc | 48 | ||||
-rw-r--r-- | plugins/TranslitSwitcher/Res/SwitchSend.ico | bin | 2038 -> 0 bytes | |||
-rw-r--r-- | plugins/TranslitSwitcher/Res/TranslitSend.ico | bin | 2038 -> 0 bytes | |||
-rw-r--r-- | plugins/TranslitSwitcher/Res/Version.rc | 42 |
5 files changed, 0 insertions, 90 deletions
diff --git a/plugins/TranslitSwitcher/Res/InvertSend.ico b/plugins/TranslitSwitcher/Res/InvertSend.ico Binary files differdeleted file mode 100644 index 67171c377b..0000000000 --- a/plugins/TranslitSwitcher/Res/InvertSend.ico +++ /dev/null diff --git a/plugins/TranslitSwitcher/Res/Resource.rc b/plugins/TranslitSwitcher/Res/Resource.rc deleted file mode 100644 index 3019bbb1f4..0000000000 --- a/plugins/TranslitSwitcher/Res/Resource.rc +++ /dev/null @@ -1,48 +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
-
-/////////////////////////////////////////////////////////////////////////////
-// Русский (Россия) 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 Binary files differdeleted file mode 100644 index 7d5362debb..0000000000 --- a/plugins/TranslitSwitcher/Res/SwitchSend.ico +++ /dev/null diff --git a/plugins/TranslitSwitcher/Res/TranslitSend.ico b/plugins/TranslitSwitcher/Res/TranslitSend.ico Binary files differdeleted file mode 100644 index 737ab57615..0000000000 --- a/plugins/TranslitSwitcher/Res/TranslitSend.ico +++ /dev/null diff --git a/plugins/TranslitSwitcher/Res/Version.rc b/plugins/TranslitSwitcher/Res/Version.rc deleted file mode 100644 index 472bfbfe38..0000000000 --- a/plugins/TranslitSwitcher/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
\ No newline at end of file |