Fix Windows compile

This commit is contained in:
Robert Knight 2011-08-30 10:46:47 +01:00
parent 9d3c02e31c
commit 6d862cbba7

View file

@ -91,7 +91,7 @@ void UpdateDialogWin32::init()
DWORD style = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX; DWORD style = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX;
m_window.CreateEx(0 /* dwExStyle */, m_window.CreateEx(0 /* dwExStyle */,
updateDialogClassName /* class name */, updateDialogClassName /* class name */,
AppInfo::name(), AppInfo::name().c_str(),
style, style,
0, 0, width, height, 0, 0, width, height,
0 /* parent */, 0 /* menu */, 0 /* reserved */); 0 /* parent */, 0 /* menu */, 0 /* reserved */);