From 055d4460e17344248c7364afc5d19deeda39d644 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Jan 2014 12:32:05 +0000 Subject: copyright update for year 2014 git-svn-id: http://svn.miranda-ng.org/main/trunk@7438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/WhatsApp/src/main.cpp') diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index e715d37a39..63834058f7 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -14,7 +14,7 @@ PLUGININFOEX pluginInfo = { "Provides basic support for WhatsApp.", "Uli Hecht", "uli.hecht@gmail.com", - "© 2013 Uli Hecht", + "© 2013-14 Uli Hecht", "http://example.com", UNICODE_AWARE, //not transient // {4f1ff7fa-4d75-44b9-93b0-2ced2e4f9e3e} @@ -42,7 +42,7 @@ BOOL IsRunAsAdmin() goto Cleanup; } - // Determine whether the SID of administrators group is enabled in + // Determine whether the SID of administrators group is enabled in // the primary access token of the process. if ( !CheckTokenMembership(NULL, pAdministratorsGroup, &fIsRunAsAdmin)) { @@ -217,7 +217,7 @@ extern "C" int __declspec(dllexport) Load(void) pd.fnInit = protoInit; pd.fnUninit = protoUninit; CallService(MS_PROTO_REGISTERMODULE,0,reinterpret_cast(&pd)); - + InitIcons(); //InitContactMenus(); -- cgit v1.2.3