aboutsummaryrefslogtreecommitdiff
path: root/src/thmviewer/load.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thmviewer/load.cpp')
-rw-r--r--src/thmviewer/load.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thmviewer/load.cpp b/src/thmviewer/load.cpp
index cd48caff..0267402a 100644
--- a/src/thmviewer/load.cpp
+++ b/src/thmviewer/load.cpp
@@ -106,6 +106,8 @@ static DWORD WINAPI LoadThreadProc(
106 FILETIME ftModified = { }; 106 FILETIME ftModified = { };
107 FileGetTime(sczThemePath, NULL, NULL, &ftModified); 107 FileGetTime(sczThemePath, NULL, NULL, &ftModified);
108 108
109 ::SendMessageW(hWnd, WM_THMVWR_THEME_LOAD_BEGIN, 0, 0);
110
109 // Try to load the theme file. 111 // Try to load the theme file.
110 hr = ThemeLoadFromFile(sczThemePath, &pTheme); 112 hr = ThemeLoadFromFile(sczThemePath, &pTheme);
111 if (FAILED(hr)) 113 if (FAILED(hr))