diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-20 20:21:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-20 20:21:34 +0000 |
commit | f9ac6bc30beec86994091fa144dc3a569cd4a843 (patch) | |
tree | 97108f0d771971dddc60cc98e64603d7f5645ebe /plugins/NewAwaySysMod/src/ContactList.h | |
parent | ae9f3725b8dfa376cf66f346429ec78d1e4ab748 (diff) |
- standardized version resource;
- unused header file removed from project;
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@8198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/ContactList.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/ContactList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/src/ContactList.h b/plugins/NewAwaySysMod/src/ContactList.h index 8b9ce2f845..20020cc32f 100644 --- a/plugins/NewAwaySysMod/src/ContactList.h +++ b/plugins/NewAwaySysMod/src/ContactList.h @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-// Miranda's built-in CListControl is very slow and it has too limited functionality... 8( So I had to use my own control instead.
+// Miranda's built-in CListControl is very slow and it has too limited functionality... 8( So i had to use my own control instead.
#pragma once
|