diff options
Diffstat (limited to 'plugins/Scriver/res/resource.rc')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 49 |
1 files changed, 4 insertions, 45 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index b156fcd51d..62d332ea6a 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -1,13 +1,10 @@ #include "..\src\resource.h"
-#include <windows.h>
+#include <winres.h>
#undef RICHEDIT_CLASS
#define RICHEDIT_CLASS "RichEdit20W"
-#ifndef IDC_STATIC
-#define IDC_STATIC (-1)
-#endif
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
@@ -172,7 +169,7 @@ BEGIN UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK |
WS_DISABLED,290,79,10,12
- CONTROL "Customize fonts and colors",IDC_FONTSCOLORS,"Hyperlink", 0,8,91,200,8
+ CONTROL "Customize fonts and colors",IDC_FONTSCOLORS,"Hyperlink", 0,8,91,200,8
CONTROL "",IDC_LOG,RICHEDIT_CLASS, WS_VSCROLL |
WS_TABSTOP | ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY,8,105,288,68,WS_EX_STATICEDGE
@@ -504,7 +501,7 @@ END 2 TEXTINCLUDE
BEGIN
- "#include <windows.h>\r\n"
+ "#include <winres.h>\r\n"
"\0"
END
@@ -592,7 +589,7 @@ IDC_DRAGCURSOR CURSOR "dragcopy.cur" // Menu
//
-IDR_CONTEXT MENU DISCARDABLE
+IDR_CONTEXT MENU
BEGIN
POPUP "Log"
BEGIN
@@ -671,44 +668,6 @@ BEGIN END
END
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,10,0,2
- PRODUCTVERSION 2,10,0,2
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "041504e3"
- BEGIN
- VALUE "Comments", "http://miranda-ng.org/"
- VALUE "CompanyName", "Miranda NG Development Team"
- VALUE "FileDescription", "Scriver - send and receive instant messages"
- VALUE "FileVersion", "2.10.0.2"
- VALUE "InternalName", "scriver"
- VALUE "LegalCopyright", "Copyright (c) 2000-2012 Miranda IM Project, 2012-2013 Miranda NG Project"
- VALUE "OriginalFilename", "scriver.dll"
- VALUE "ProductName", "Scriver"
- VALUE "ProductVersion", "2.10.0.2"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x415, 1251
- END
-END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
|