diff options
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"  | 
