Revision: 22332
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22332
Author:   gsrb3d
Date:     2009-08-10 04:07:34 +0200 (Mon, 10 Aug 2009)

Log Message:
-----------
Wrap message with " as the ' was giving issues.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/python/intern/bpy_util.h

Modified: branches/blender2.5/blender/source/blender/python/intern/bpy_util.h
===================================================================
--- branches/blender2.5/blender/source/blender/python/intern/bpy_util.h 
2009-08-10 01:56:54 UTC (rev 22331)
+++ branches/blender2.5/blender/source/blender/python/intern/bpy_util.h 
2009-08-10 02:07:34 UTC (rev 22332)
@@ -28,7 +28,7 @@
 #define BPY_UTIL_H
 
 #if PY_VERSION_HEX <  0x03010000
-#error Python versions below 3.1 are not supported anymore, you'll need to 
update your python.
+#error "Python versions below 3.1 are not supported anymore, you'll need to 
update your python."
 #endif
 
 #include "RNA_types.h" /* for EnumPropertyItem only */


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to