SVN maintenance.

This commit is contained in:
Guillermo S. Romero
2012-03-18 01:58:16 +00:00
parent b786d0d47c
commit dd8504ed87

View File

@@ -1361,4 +1361,4 @@ int GHOST_SystemWin32::confirmQuit(GHOST_IWindow * window) const
{ {
return (MessageBox(window ? ((GHOST_WindowWin32*)window)->getHWND() : 0, "Some changes have not been saved.\nDo you really want to quit ?", return (MessageBox(window ? ((GHOST_WindowWin32*)window)->getHWND() : 0, "Some changes have not been saved.\nDo you really want to quit ?",
"Exit Blender", MB_OKCANCEL | MB_ICONWARNING | MB_TOPMOST) == IDOK); "Exit Blender", MB_OKCANCEL | MB_ICONWARNING | MB_TOPMOST) == IDOK);
} }