Bug 649754 - update dialog no longer centered. r=mossop

This commit is contained in:
Robert Strong 2011-04-13 13:52:55 -07:00
parent 98f1fd0eb1
commit ebd39d774a

View File

@ -204,6 +204,8 @@ InitDialog(HWND hDlg)
ReleaseDC(hWndInfo, hDCInfo);
CenterDialog(hDlg); // make dialog appear in the center of the screen
SetTimer(hDlg, TIMER_ID, TIMER_INTERVAL, NULL);
}