diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-06 16:58:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-06 16:58:48 +0000 |
commit | cae63f959eeacca02bf3504e77e8a6e4a1aa8499 (patch) | |
tree | 554afae43248e3bd5a238d62e670f72ccb18523a /src/core/stdfile/main.cpp | |
parent | edb04e84598871c783c2e42dba4d356f9e4d0876 (diff) |
+ stdautoaway + stdhelp + stduihist + stdidle + stduseronline
git-svn-id: http://svn.miranda-ng.org/main/trunk@795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdfile/main.cpp')
-rw-r--r-- | src/core/stdfile/main.cpp | 6 |
1 files changed, 3 insertions, 3 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 };
|