diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-05-21 14:10:02 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-05-21 14:10:02 +0000 |
commit | afab290b7cca6bce70a8a73b88f1b3ddec85e3a5 (patch) | |
tree | fe389bc2599cbea669fde4174997d0ca246ebd83 /plugins/ZeroSwitch/src/ZeroSwitch.cpp | |
parent | e0771af6a53381f7dd826d2b6bee77c3610f15e0 (diff) |
ZeroSwitch: IM -> NG
git-svn-id: http://svn.miranda-ng.org/main/trunk@13732 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ZeroSwitch/src/ZeroSwitch.cpp')
-rw-r--r-- | plugins/ZeroSwitch/src/ZeroSwitch.cpp | 2 |
1 files changed, 1 insertions, 1 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
|