Must remember to test code...

svn path=/trunk/boinc/; revision=8659
This commit is contained in:
Bruce Allen 2005-10-12 02:23:19 +00:00
parent fb2e676440
commit 4ad3fa47c1
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static void make_new_window() {
snprintf(window_title, 256,
"%s [workunit: %s]", aid.app_name, aid.wu_name
);
hWnd = CreateWindowEx(dwExStyle, BOINC_WINDOW_CLASS_NAME, aid.app_name,
hWnd = CreateWindowEx(dwExStyle, BOINC_WINDOW_CLASS_NAME, window_title,
dwStyle|WS_CLIPSIBLINGS|WS_CLIPCHILDREN, WindowRect.left, WindowRect.top,
WindowRect.right-WindowRect.left,WindowRect.bottom-WindowRect.top,
NULL, NULL, hInstance, NULL