diff options
author | dartraiden <wowemuh@gmail.com> | 2017-09-25 21:34:50 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-09-25 21:34:50 +0300 |
commit | 4a47ee0fcc7e01f67a3c5d089bca34e9dbb6c57e (patch) | |
tree | 4a3d7c3fb8be6972882121bfdc19e878c50a38ee /plugins/AsSingleWindow/src | |
parent | 992007764c40eba60e07648d08d111ada84eaf50 (diff) |
AsSingleWindow: code cleaning
Diffstat (limited to 'plugins/AsSingleWindow/src')
-rw-r--r-- | plugins/AsSingleWindow/src/Options.cpp | 2 | ||||
-rw-r--r-- | plugins/AsSingleWindow/src/version.h | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/plugins/AsSingleWindow/src/Options.cpp b/plugins/AsSingleWindow/src/Options.cpp index 200134bc8c..9afc1a6238 100644 --- a/plugins/AsSingleWindow/src/Options.cpp +++ b/plugins/AsSingleWindow/src/Options.cpp @@ -43,7 +43,7 @@ INT_PTR CALLBACK cbOptionsDialog(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lPar case PSN_APPLY: optionsUpdate(hWnd); optionsSave(); - windowReposition(hWnd); // нициируем перерасчет координат + windowReposition(hWnd); // Инициируем перерасчет координат break; } } diff --git a/plugins/AsSingleWindow/src/version.h b/plugins/AsSingleWindow/src/version.h index 463c157e1a..dfe44f0fc4 100644 --- a/plugins/AsSingleWindow/src/version.h +++ b/plugins/AsSingleWindow/src/version.h @@ -1,14 +1,14 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 -#define __RELEASE_NUM 2 -#define __BUILD_NUM 1 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 1 #include <stdver.h> #define __PLUGIN_NAME "AsSingleWindow" #define __FILENAME "AsSingleWindow.dll" -#define __DESCRIPTION "Makes easier windows manipulation. Allows you to move, minimize and activate Miranda's windows as if it were a single window." -#define __AUTHOR "Aleksey Smyrnov aka Soar" +#define __DESCRIPTION "Makes easier windows manipulation. Allows you to move, minimize and activate Miranda's windows as if it were a single window." +#define __AUTHOR "Aleksey Smyrnov aka Soar" #define __AUTHOREMAIL "i@soar.name" -#define __AUTHORWEB "https://miranda-ng.org/p/AsSingleWindow/" -#define __COPYRIGHT " 2010-2011 Soar" +#define __AUTHORWEB "https://miranda-ng.org/p/AsSingleWindow/" +#define __COPYRIGHT " 2010-2011 Soar, 2017 Miranda NG team" |