diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 11:16:24 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 11:16:24 +0000 |
commit | d6f51161612cf03c1aba04d0a93b963b7d486ed2 (patch) | |
tree | 004d8a805fbb494db8085dc61886ef87bb146555 /plugins/SendScreenshotPlus/res | |
parent | dc36d08f00b7875b92229f273e8fcff13779e12b (diff) |
removed not used headers
added version info
removed uinfo icon pack dependence
git-svn-id: http://svn.miranda-ng.org/main/trunk@3933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/res')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 6 | ||||
-rw-r--r-- | plugins/SendScreenshotPlus/res/ssApply.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SendScreenshotPlus/res/ssClose.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SendScreenshotPlus/res/ssDownarrow.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SendScreenshotPlus/res/ssEdit.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SendScreenshotPlus/res/ssOk.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SendScreenshotPlus/res/ssUpdate.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/SendScreenshotPlus/res/version.rc | 48 |
8 files changed, 28 insertions, 26 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index a2180c615a..148cda58b2 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -160,6 +160,12 @@ IDI_PLUG_DESKOFF ICON "ssDeskOff.ico" IDI_PLUG_DESKON ICON "ssDeskOn.ico"
IDI_PLUG_DELOFF ICON "ssDelOff.ico"
IDI_PLUG_DELON ICON "ssDelOn.ico"
+IDI_PLUG_UPDATE ICON "ssUpdate.ico"
+IDI_PLUG_OK ICON "ssOk.ico"
+IDI_PLUG_CLOSE ICON "ssClose.ico"
+IDI_PLUG_APPLY ICON "ssApply.ico"
+IDI_PLUG_EDIT ICON "ssEdit.ico"
+IDI_PLUG_DOWNARROW ICON "ssDownarrow.ico"
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/plugins/SendScreenshotPlus/res/ssApply.ico b/plugins/SendScreenshotPlus/res/ssApply.ico Binary files differnew file mode 100644 index 0000000000..a65a8c71f8 --- /dev/null +++ b/plugins/SendScreenshotPlus/res/ssApply.ico diff --git a/plugins/SendScreenshotPlus/res/ssClose.ico b/plugins/SendScreenshotPlus/res/ssClose.ico Binary files differnew file mode 100644 index 0000000000..e157cc2af9 --- /dev/null +++ b/plugins/SendScreenshotPlus/res/ssClose.ico diff --git a/plugins/SendScreenshotPlus/res/ssDownarrow.ico b/plugins/SendScreenshotPlus/res/ssDownarrow.ico Binary files differnew file mode 100644 index 0000000000..500ad48a9a --- /dev/null +++ b/plugins/SendScreenshotPlus/res/ssDownarrow.ico diff --git a/plugins/SendScreenshotPlus/res/ssEdit.ico b/plugins/SendScreenshotPlus/res/ssEdit.ico Binary files differnew file mode 100644 index 0000000000..2dc3c9d8ef --- /dev/null +++ b/plugins/SendScreenshotPlus/res/ssEdit.ico diff --git a/plugins/SendScreenshotPlus/res/ssOk.ico b/plugins/SendScreenshotPlus/res/ssOk.ico Binary files differnew file mode 100644 index 0000000000..a6777f6caa --- /dev/null +++ b/plugins/SendScreenshotPlus/res/ssOk.ico diff --git a/plugins/SendScreenshotPlus/res/ssUpdate.ico b/plugins/SendScreenshotPlus/res/ssUpdate.ico Binary files differnew file mode 100644 index 0000000000..1a3ce61b4a --- /dev/null +++ b/plugins/SendScreenshotPlus/res/ssUpdate.ico diff --git a/plugins/SendScreenshotPlus/res/version.rc b/plugins/SendScreenshotPlus/res/version.rc index 453bbb1742..5bfbab4754 100644 --- a/plugins/SendScreenshotPlus/res/version.rc +++ b/plugins/SendScreenshotPlus/res/version.rc @@ -1,42 +1,38 @@ +// Microsoft Visual C++ generated resource script.
+//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include <windows.h> // include for version info constants
+#include "afxres.h"
#include "..\src\version.h"
-//
-// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
-//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
- PRODUCTVERSION __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
- FILEFLAGSMASK 0x3fL
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
+ FILEOS 0x4L
+ FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
- BLOCK "StringFileInfo"
+ BLOCK "StringFileInfo"
BEGIN
- BLOCK "040904E4"
- BEGIN
- VALUE "CompanyName", ""
- VALUE "FileVersion", __VERSION_STRING_DOT
- VALUE "FileDescription", __DESC
- VALUE "InternalName", __PLUGIN_NAME
- VALUE "LegalCopyright", __COPYRIGHT
- VALUE "OriginalFilename", __FILENAME
- VALUE "ProductName", __PLUGIN_NAME
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0409, 1252
- END
+ 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
-
|