summaryrefslogtreecommitdiff
path: root/ping
diff options
context:
space:
mode:
Diffstat (limited to 'ping')
-rw-r--r--ping/common.h2
-rw-r--r--ping/ping.cpp2
-rw-r--r--ping/ping_8.vcproj4
-rw-r--r--ping/utils.cpp4
4 files changed, 4 insertions, 8 deletions
diff --git a/ping/common.h b/ping/common.h
index a701536..89a8fc9 100644
--- a/ping/common.h
+++ b/ping/common.h
@@ -59,7 +59,7 @@
#include <m_updater.h>
-#include "IcoLib.h"
+#include <m_icolib.h>
#include "collection.h"
diff --git a/ping/ping.cpp b/ping/ping.cpp
index 67a6165..90ee2d5 100644
--- a/ping/ping.cpp
+++ b/ping/ping.cpp
@@ -13,7 +13,7 @@ bool use_raw_ping = true;
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Ping Plugin",
- PLUGIN_MAKE_VERSION(0, 8, 0, 0),
+ PLUGIN_MAKE_VERSION(0, 8, 0, 1),
"Ping labelled IP addresses or domain names.",
"Scott Ellis",
"mail@scottellis.com.au",
diff --git a/ping/ping_8.vcproj b/ping/ping_8.vcproj
index 5209216..6f08f14 100644
--- a/ping/ping_8.vcproj
+++ b/ping/ping_8.vcproj
@@ -448,10 +448,6 @@
>
</File>
<File
- RelativePath="IcoLib.h"
- >
- </File>
- <File
RelativePath="log.h"
>
</File>
diff --git a/ping/utils.cpp b/ping/utils.cpp
index 06a89a0..a8aaaef 100644
--- a/ping/utils.cpp
+++ b/ping/utils.cpp
@@ -312,9 +312,9 @@ int ReloadIcons(WPARAM wParam, LPARAM lParam) {
void InitIcons() {
if(ServiceExists(MS_SKIN2_ADDICON)) {
- SKINICONDESC2 sid;
+ SKINICONDESC sid = {0};
- sid.cbSize = sizeof(SKINICONDESC2);
+ sid.cbSize = sizeof(SKINICONDESC);
sid.pszSection = "Ping";
sid.pszDescription = Translate("Responding");