[Bf-blender-cvs] [6a65bc9] master: Minor message fixes - thanks to S.J.Bennett for the heads up

Antony Riakiotakis noreply at git.blender.org
Wed Feb 25 14:41:58 CET 2015


Commit: 6a65bc91e2d01a5d2981333201873103a578354c
Author: Antony Riakiotakis
Date:   Wed Feb 25 14:41:54 2015 +0100
Branches: master
https://developer.blender.org/rB6a65bc91e2d01a5d2981333201873103a578354c

Minor message fixes - thanks to S.J.Bennett for the heads up

===================================================================

M	intern/ghost/intern/GHOST_ContextWGL.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_ContextWGL.cpp b/intern/ghost/intern/GHOST_ContextWGL.cpp
index e996429..c6e0338 100644
--- a/intern/ghost/intern/GHOST_ContextWGL.cpp
+++ b/intern/ghost/intern/GHOST_ContextWGL.cpp
@@ -879,12 +879,12 @@ GHOST_TSuccess GHOST_ContextWGL::initializeDrawingContext()
 		    strcmp(renderer, "GDI Generic") == 0) && version[0] == '1' && version[0] == '1')
 		{
 			MessageBox(m_hWnd, "Your system does not use 3D hardware acceleration.\n"
-			                   "Such systems can cause stability problems in blender and they are unsupported.\n\n"
-			                   "This may is caused by:\n"
+			                   "Such systems can cause stability problems in Blender and they are unsupported.\n\n"
+			                   "This may be caused by:\n"
 			                   "* A missing or faulty graphics driver installation.\n"
 			                   "  Blender needs a graphics card driver to work correctly.\n"
-			                   "* Accessing blender through a remote connection.\n"
-			                   "* Using blender through a virtual machine.\n\n"
+			                   "* Accessing Blender through a remote connection.\n"
+			                   "* Using Blender through a virtual machine.\n\n"
 			                   "Disable this message in <User Preferences - Interface - Warn On Deprecated OpenGL>",
 			                   "Blender - Can't detect 3D hardware accelerated Driver!", MB_OK | MB_ICONWARNING);
 		}




More information about the Bf-blender-cvs mailing list