From f5b9ad2e5d40733f4da9b6d5b29967f0b3da4bb5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Feb 2013 10:20:35 +0000 Subject: uuid standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@3524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AddContactPlus/src/main.cpp | 2 +- plugins/AutoShutdown/src/main.cpp | 2 +- plugins/AvatarHistory/src/AvatarHistory.cpp | 2 +- plugins/BASS_interface/src/Main.cpp | 2 +- plugins/BossKeyPlus/src/BossKey.cpp | 2 +- plugins/BuddyExpectator/src/BuddyExpectator.cpp | 7 +------ plugins/BuddyExpectator/src/Version.h | 8 +------- plugins/BuddyExpectator/src/options.cpp | 5 ----- 8 files changed, 7 insertions(+), 23 deletions(-) diff --git a/plugins/AddContactPlus/src/main.cpp b/plugins/AddContactPlus/src/main.cpp index b33d36a718..fff077c55c 100644 --- a/plugins/AddContactPlus/src/main.cpp +++ b/plugins/AddContactPlus/src/main.cpp @@ -40,7 +40,7 @@ PLUGININFOEX pluginInfo = __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {6471D451-2FE0-4ee2-850E-9F84F3C0D187} + // {6471D451-2FE0-4EE2-850E-9F84F3C0D187} {0x6471d451, 0x2fe0, 0x4ee2, {0x85, 0xe, 0x9f, 0x84, 0xf3, 0xc0, 0xd1, 0x87}} }; diff --git a/plugins/AutoShutdown/src/main.cpp b/plugins/AutoShutdown/src/main.cpp index 93521ca658..daa4dbb611 100644 --- a/plugins/AutoShutdown/src/main.cpp +++ b/plugins/AutoShutdown/src/main.cpp @@ -34,7 +34,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {9DE24579-5C5C-49aa-80E8-4D38E4344E63} + // {9DE24579-5C5C-49AA-80E8-4D38E4344E63} {0x9de24579, 0x5c5c, 0x49aa, {0x80, 0xe8, 0x4d, 0x38, 0xe4, 0x34, 0x4e, 0x63}} }; diff --git a/plugins/AvatarHistory/src/AvatarHistory.cpp b/plugins/AvatarHistory/src/AvatarHistory.cpp index 070281ce30..7c07aacd51 100644 --- a/plugins/AvatarHistory/src/AvatarHistory.cpp +++ b/plugins/AvatarHistory/src/AvatarHistory.cpp @@ -65,7 +65,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {DBE8C990-7AA0-458d-BAB7-33EB07238E71} + // {DBE8C990-7AA0-458D-BAB7-33EB07238E71} {0xdbe8c990, 0x7aa0, 0x458d, {0xba, 0xb7, 0x33, 0xeb, 0x7, 0x23, 0x8e, 0x71}} }; diff --git a/plugins/BASS_interface/src/Main.cpp b/plugins/BASS_interface/src/Main.cpp index bc4c0db1ca..bf7d82c6f1 100644 --- a/plugins/BASS_interface/src/Main.cpp +++ b/plugins/BASS_interface/src/Main.cpp @@ -17,7 +17,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // 2f07ea05-05b5-4ff0-875d-c590da2ddac1 + // {2F07EA05-05B5-4FF0-875D-C590DA2DDAC1} {0x2f07ea05, 0x05b5, 0x4ff0, {0x87, 0x5d, 0xc5, 0x90, 0xda, 0x2d, 0xda, 0xc1}} }; diff --git a/plugins/BossKeyPlus/src/BossKey.cpp b/plugins/BossKeyPlus/src/BossKey.cpp index 35a20225e6..e946b6d864 100644 --- a/plugins/BossKeyPlus/src/BossKey.cpp +++ b/plugins/BossKeyPlus/src/BossKey.cpp @@ -65,7 +65,7 @@ static PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // 4fac353d-0a36-44a4-9064-6759c53ae782 + // {4FAC353D-0A36-44A4-9064-6759C53AE782} {0x4fac353d, 0x0a36, 0x44a4, {0x90, 0x64, 0x67, 0x59, 0xc5, 0x3a, 0xe7, 0x82}} }; diff --git a/plugins/BuddyExpectator/src/BuddyExpectator.cpp b/plugins/BuddyExpectator/src/BuddyExpectator.cpp index 6ff1fe116a..e57d69045b 100644 --- a/plugins/BuddyExpectator/src/BuddyExpectator.cpp +++ b/plugins/BuddyExpectator/src/BuddyExpectator.cpp @@ -17,11 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/BuddyExpectator.cpp $ - Revision : $Rev: 1392 $ - Last change on : $Date: 2009-04-22 17:46:08 +0300 (Ср, 22 апр 2009) $ - Last change by : $Author: Thief $ */ #include "common.h" @@ -66,7 +61,7 @@ PLUGININFOEX pluginInfo = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - //{DDF8AEC9-7D37-49AF-9D22-BBBC920E6F05} + // {DDF8AEC9-7D37-49AF-9D22-BBBC920E6F05} {0xddf8aec9, 0x7d37, 0x49af, {0x9d, 0x22, 0xbb, 0xbc, 0x92, 0x0e, 0x6f, 0x05}} }; diff --git a/plugins/BuddyExpectator/src/Version.h b/plugins/BuddyExpectator/src/Version.h index 4737d5a014..0acbade9f9 100644 --- a/plugins/BuddyExpectator/src/Version.h +++ b/plugins/BuddyExpectator/src/Version.h @@ -4,14 +4,8 @@ #define __BUILD_NUM 3 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM -#define __STRINGIFY_IMPL(x) #x -#define __STRINGIFY(x) __STRINGIFY_IMPL(x) -#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS) - -#define __PLUGIN_NAME "Buddy Expectator+" -#define __INTERNAL_NAME "Buddy Expectator+" +#define __PLUGIN_NAME "Buddy expectator" #define __FILENAME "BuddyExpectator.dll" #define __DESCRIPTION "Reacts to the return of contacts, or the the extended absence of contacts, with notifications and other actions." #define __AUTHOR "Anar Ibragimoff, sje, Thief" diff --git a/plugins/BuddyExpectator/src/options.cpp b/plugins/BuddyExpectator/src/options.cpp index d471b61911..234614ed51 100644 --- a/plugins/BuddyExpectator/src/options.cpp +++ b/plugins/BuddyExpectator/src/options.cpp @@ -17,11 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - File name : $URL: http://svn.miranda.im/mainrepo/buddyexpectator/trunk/options.cpp $ - Revision : $Rev: 1003 $ - Last change on : $Date: 2008-01-12 17:15:47 +0200 (Сб, 12 янв 2008) $ - Last change by : $Author: Thief $ */ #include "common.h" -- cgit v1.2.3