diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-31 22:00:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-31 22:00:02 +0000 |
commit | 813851def848b52b92f59c379706ada6bebceba9 (patch) | |
tree | a60f502a2ca1c19a23c24070bbfa9fdbb4c675d6 /plugins/Import/src/main.cpp | |
parent | 02e2ae2b77585b4f2726d9528ceea9ce4d99b453 (diff) |
Year 2015 version update
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/main.cpp')
-rw-r--r-- | plugins/Import/src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Import/src/main.cpp b/plugins/Import/src/main.cpp index 571f55060f..a1c4824b14 100644 --- a/plugins/Import/src/main.cpp +++ b/plugins/Import/src/main.cpp @@ -2,7 +2,7 @@ Import plugin for Miranda NG
-Copyright (C) 2012-14 George Hazan
+Copyright (ñ) 2012-15 Miranda NG project (http://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -113,7 +113,7 @@ extern "C" __declspec(dllexport) int Load(void) hImportService = CreateServiceFunction(IMPORT_SERVICE, ImportCommand);
RegisterIcons();
-
+
// menu item
CLISTMENUITEM mi = { 0 };
mi.cbSize = sizeof(mi);
@@ -125,7 +125,7 @@ extern "C" __declspec(dllexport) int Load(void) HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
HookEvent(ME_SYSTEM_OKTOEXIT, OnExit);
-
+
INITCOMMONCONTROLSEX icex;
icex.dwSize = sizeof(icex);
icex.dwICC = ICC_DATE_CLASSES;
|