summaryrefslogtreecommitdiff
path: root/src/modules/history
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/history')
-rw-r--r--src/modules/history/history.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/history/history.cpp b/src/modules/history/history.cpp
index 218b040d01..403ffecd79 100644
--- a/src/modules/history/history.cpp
+++ b/src/modules/history/history.cpp
@@ -184,6 +184,8 @@ typedef struct {
static void FillHistoryThread(void* param)
{
+ Thread_SetName("HistoryWindow::FillHistoryThread");
+
TCHAR str[200], eventText[256], strdatetime[64];
HANDLE hDbEvent;
DBEVENTINFO dbei;