summaryrefslogtreecommitdiff
path: root/src/core/stdfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdfile')
-rw-r--r--src/core/stdfile/main.cpp6
-rw-r--r--src/core/stdfile/resource.rc4
-rw-r--r--src/core/stdfile/stdfile_10.vcxproj1
-rw-r--r--src/core/stdfile/version.h2
4 files changed, 8 insertions, 5 deletions
diff --git a/src/core/stdfile/main.cpp b/src/core/stdfile/main.cpp
index ff38be0e8b..9a7330b7db 100644
--- a/src/core/stdfile/main.cpp
+++ b/src/core/stdfile/main.cpp
@@ -1,6 +1,6 @@
/*
-Standard URL plugin for Myranda IM
+Standard file transfers' plugin for Myranda IM
Copyright (C) 2012 George Hazan
@@ -41,8 +41,8 @@ PLUGININFOEX pluginInfo = {
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- /* 8d0a046d-8ea9-4c55-b568-38da520564fd */
- { 0x8d0a046d, 0x8ea9, 0x4c55, {0xb5, 0x68, 0x38, 0xda, 0x52, 0x05, 0x64, 0xfd}}
+ // 39698dce-7ed4-4334-ac4c-ba8b37a86f13
+ { 0x39698dce, 0x7ed4, 0x4334, {0xac, 0x4c, 0xba, 0x8b, 0x37, 0xa8, 0x6f, 0x13}}
};
static const MUUID interfaces[] = { MIID_SRFILE, MIID_LAST };
diff --git a/src/core/stdfile/resource.rc b/src/core/stdfile/resource.rc
index 10272edbbb..2d910b632b 100644
--- a/src/core/stdfile/resource.rc
+++ b/src/core/stdfile/resource.rc
@@ -197,6 +197,8 @@ END
//
#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
IDD_FILESEND, DIALOG
BEGIN
LEFTMARGIN, 5
@@ -263,7 +265,7 @@ END
VERTGUIDE, 8
VERTGUIDE, 302
END
-
+END
#endif // APSTUDIO_INVOKED
#ifdef APSTUDIO_INVOKED
diff --git a/src/core/stdfile/stdfile_10.vcxproj b/src/core/stdfile/stdfile_10.vcxproj
index 30433fab97..fe811b7524 100644
--- a/src/core/stdfile/stdfile_10.vcxproj
+++ b/src/core/stdfile/stdfile_10.vcxproj
@@ -116,6 +116,7 @@
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>commonheaders.h</PrecompiledHeaderFile>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
diff --git a/src/core/stdfile/version.h b/src/core/stdfile/version.h
index 244194696b..20dfde8e19 100644
--- a/src/core/stdfile/version.h
+++ b/src/core/stdfile/version.h
@@ -7,7 +7,7 @@
#define __PLUGIN_NAME "stdfile"
#define __INTERNAL_NAME "stdfile"
#define __FILENAME "stdfile.dll"
-#define __DESCRIPTION "Core module for sending/receiving file transfer requests."
+#define __DESCRIPTION "Core module for sending/receiving files."
#define __AUTHOR "Myranda team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://nightly.miranda.im"