diff options
-rw-r--r-- | plugins/ZeroSwitch/src/ZeroSwitch.cpp | 2 | ||||
-rw-r--r-- | plugins/ZeroSwitch/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZeroSwitch/src/ZeroSwitch.cpp b/plugins/ZeroSwitch/src/ZeroSwitch.cpp index df460395c8..30261ee18a 100644 --- a/plugins/ZeroSwitch/src/ZeroSwitch.cpp +++ b/plugins/ZeroSwitch/src/ZeroSwitch.cpp @@ -64,7 +64,7 @@ void CreateHelperWnd() return; // We need only one helper window
// Widows taskbar workaround
// We don't want our helper window to be displayed on Windows taskbar.
- // So firt of all we have to create an invisible window and then set it as
+ // So first of all we have to create an invisible window and then set it as
// parent to our window.
// Register windows class
diff --git a/plugins/ZeroSwitch/src/version.h b/plugins/ZeroSwitch/src/version.h index 3e4fc66179..6e88cc7540 100644 --- a/plugins/ZeroSwitch/src/version.h +++ b/plugins/ZeroSwitch/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Zero switch"
#define __FILENAME "ZeroSwitch.dll"
-#define __DESCRIPTION "Adds Miranda IM icon into Alt-Tab switch dialog even if Miranda's main window has style other Title bar."
+#define __DESCRIPTION "Adds Miranda NG icon into Alt-Tab switch dialog even if Miranda's main window has style other Title bar."
#define __AUTHOR "ZERO_BiT"
#define __AUTHOREMAIL "zero-bit@mail.ru"
#define __AUTHORWEB "http://miranda-ng.org/p/ZeroSwitch/"
|