From cae63f959eeacca02bf3504e77e8a6e4a1aa8499 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jul 2012 16:58:48 +0000 Subject: + stdautoaway + stdhelp + stduihist + stdidle + stduseronline git-svn-id: http://svn.miranda-ng.org/main/trunk@795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdfile/main.cpp | 6 +++--- src/core/stdfile/resource.rc | 4 +++- src/core/stdfile/stdfile_10.vcxproj | 1 + src/core/stdfile/version.h | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) (limited to 'src/core/stdfile') 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 @@ 4996;%(DisableSpecificWarnings) Use commonheaders.h + false _DEBUG;%(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" -- cgit v1.2.3