Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2012-12-21 03:12:53 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2012-12-21 03:12:53 +0400
commit522bfbfa55efb04e5e25c34fe694157be948a6a7 (patch)
tree3a8216743695e14b5af2a22fe5835d2e2148ebdb
parent654af71e9676c058c46e16c7d9fb38ae704c38bb (diff)
Set tray icon version.
-rw-r--r--common/DSUtilLite/BaseTrayIcon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/DSUtilLite/BaseTrayIcon.cpp b/common/DSUtilLite/BaseTrayIcon.cpp
index ec5663b0..c536841d 100644
--- a/common/DSUtilLite/BaseTrayIcon.cpp
+++ b/common/DSUtilLite/BaseTrayIcon.cpp
@@ -104,6 +104,7 @@ DWORD CBaseTrayIcon::TrayMessageThread()
CreateTrayIconData();
Shell_NotifyIcon(NIM_ADD, &m_NotifyIconData);
+ Shell_NotifyIcon(NIM_SETVERSION, &m_NotifyIconData);
m_evSetupFinished.Set();