diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-27 04:43:12 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-04-27 04:43:12 +0000 |
commit | 62b384e8b2e5747bd065da4fc8ea2a4decb21202 (patch) | |
tree | ebbba11358ad0e28d5f494833f119fe50ff27fa0 /otr | |
parent | 303c2fb05ca6a8ea2c73b3067773d418aa323399 (diff) |
update use of icolib
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@160 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'otr')
-rw-r--r-- | otr/otr.mdsp | 6 | ||||
-rw-r--r-- | otr/otr_private.h | 2 | ||||
-rw-r--r-- | otr/utils.cpp | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/otr/otr.mdsp b/otr/otr.mdsp index 8d98d03..944adf4 100644 --- a/otr/otr.mdsp +++ b/otr/otr.mdsp @@ -93,7 +93,6 @@ extraResourceOptions= 5=otr_private.h
6=resource.h
7=utils.h
-8=IcoLib.h
[Resource]
1=otr_private.rc
2=resource.rc
@@ -123,8 +122,9 @@ extraResourceOptions= 23=libotr\src\userstate.h
24=libotr\src\version.h
[History]
+..\..\include\m_icolib.h,0
dllmain.cpp,41476
-utils.cpp,6882
+utils.cpp,7128
common.h,2043
libotr\src\context.h,6666
libotr\src\context.c,0
@@ -132,4 +132,4 @@ libotr\src\message.h,6083 libotr\src\proto.h,5014
libotr\src\userstate.h,1038
libotr\src\message.c,36329
-otr_private.h,171
+otr_private.h,634
diff --git a/otr/otr_private.h b/otr/otr_private.h index 544012c..5c3f1bd 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -5,7 +5,7 @@ #define VER_MAJOR 0
#define VER_MINOR 5
#define VER_RELEASE 1
-#define VER_BUILD 1
+#define VER_BUILD 2
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
diff --git a/otr/utils.cpp b/otr/utils.cpp index cd5febf..84034d8 100644 --- a/otr/utils.cpp +++ b/otr/utils.cpp @@ -233,7 +233,7 @@ int ReloadIcons(WPARAM wParam, LPARAM lParam) { void InitUtils() {
if(ServiceExists(MS_SKIN2_ADDICON)) {
- SKINICONDESC sid;
+ SKINICONDESC sid = {0};
sid.cbSize = sizeof(SKINICONDESC);
sid.pszSection = "OTR";
|