diff options
Diffstat (limited to 'plugins/HistoryStats/src')
| -rw-r--r-- | plugins/HistoryStats/src/statistic.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index 61647087cd..85ee17b7be 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1274,7 +1274,7 @@ bool Statistic::createStatistics()  				break;
  			}
 -			if (!IsDialogMessage(msg.hwnd, &msg)) {
 +			if (msg.hwnd == NULL || !IsDialogMessage(msg.hwnd, &msg)) { /* Wine fix. */
  				TranslateMessage(&msg);
  				DispatchMessage(&msg);
  			}
  | 
