Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-03-18 05:58:16 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-03-18 05:58:16 +0400
commitdd8504ed871026cee74361ea859af09c90081268 (patch)
tree236339fde3b29ffa27cc09085391db695abde4e3 /intern/ghost
parentb786d0d47c2ed4d4f7dc1dcb6110830311593cb5 (diff)
SVN maintenance.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 1ccca4bc6ba..b478fea706c 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -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 ?",
"Exit Blender", MB_OKCANCEL | MB_ICONWARNING | MB_TOPMOST) == IDOK);
-} \ No newline at end of file
+}