summaryrefslogtreecommitdiff
path: root/plugins/Ping
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-01-28 21:42:39 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-01-28 21:42:39 +0000
commit5befe30aa1ff4a3a8c227e3a8f44fa4d58ab7334 (patch)
tree4638f330868f4c0a26231419de7d36c82f43f5be /plugins/Ping
parent57b1f6cd941da1d60b56742231505fb258c1cb82 (diff)
added frame icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@3326 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping')
-rw-r--r--plugins/Ping/src/pingthread.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp
index f032d93b45..06bba39044 100644
--- a/plugins/Ping/src/pingthread.cpp
+++ b/plugins/Ping/src/pingthread.cpp
@@ -1003,6 +1003,7 @@ void InitList() {
frame.Flags=F_VISIBLE | F_SHOWTB | F_SHOWTBTIP;
frame.height=30;
frame.TBname=Translate("Ping");
+ frame.hIcon = hIconResponding;
frame_id=CallService(MS_CLIST_FRAMES_ADDFRAME,(WPARAM)&frame,0);
} else {