diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-16 18:15:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-16 18:15:36 +0000 |
commit | 41ba18e9cb1c340cb80c637817231b487c54562e (patch) | |
tree | 9d58a0dde3a9d1b10c1d5d4fc939c7f34f3f3a37 /plugins/Scriver/src/statusicon.cpp | |
parent | ce83acf4dd133fdd736695d566d7db59937104f2 (diff) |
Scriver nicklist icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@7683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/statusicon.cpp')
-rw-r--r-- | plugins/Scriver/src/statusicon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Scriver/src/statusicon.cpp b/plugins/Scriver/src/statusicon.cpp index f9c3d02936..fa56859f67 100644 --- a/plugins/Scriver/src/statusicon.cpp +++ b/plugins/Scriver/src/statusicon.cpp @@ -71,6 +71,8 @@ static int OnSrmmIconChanged(WPARAM wParam, LPARAM) if (hwnd != NULL)
PostMessage(GetParent(hwnd), DM_STATUSICONCHANGE, 0, 0);
}
+
+ LoadChatIcons();
return 0;
}
|