diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-03 19:00:16 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-03 19:00:16 +0000 |
commit | 2ae2f9c86258ee5dc89d42492c591c19acbfa4b5 (patch) | |
tree | a5033ab378b6746258de381189cc2c9a472ce452 /protocols/Skype/src/skype_icons.cpp | |
parent | ead582e080416de21ece0b29109efa8bc4c043d9 (diff) |
- skype proto instance init funcs moved to skype_instances.cpp
- some minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_icons.cpp')
-rw-r--r-- | protocols/Skype/src/skype_icons.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/protocols/Skype/src/skype_icons.cpp b/protocols/Skype/src/skype_icons.cpp index bb8c727cb5..005fff931a 100644 --- a/protocols/Skype/src/skype_icons.cpp +++ b/protocols/Skype/src/skype_icons.cpp @@ -1,13 +1,6 @@ #include "skype_proto.h"
-// todo: need to move in CSkypeProto struct
-struct _tag_iconList
-{
- wchar_t* Description;
- char* Name;
- int IconId;
- HANDLE Handle;
-} static iconList[] =
+_tag_iconList CSkypeProto::iconList[] =
{
{ LPGENT("Protocol icon"), "main", IDI_ICON },
};
|