[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22332] branches/blender2.5/blender/source /blender/python/intern/bpy_util.h: Wrap message with " as the ' was giving issues.

gsr b3d gsr.b3d at infernal-iceberg.com
Mon Aug 10 04:07:35 CEST 2009


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 */





More information about the Bf-blender-cvs mailing list