SVN maintenance.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user