[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44903] trunk/blender/source/blender/ editors/include/UI_icons.h: Fix for last commit:

Thomas Dinges blender at dingto.org
Thu Mar 15 15:57:56 CET 2012


Revision: 44903
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44903
Author:   dingto
Date:     2012-03-15 14:57:49 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
Fix for last commit:
* Icon enum was off by one. 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/include/UI_icons.h

Modified: trunk/blender/source/blender/editors/include/UI_icons.h
===================================================================
--- trunk/blender/source/blender/editors/include/UI_icons.h	2012-03-15 14:36:54 UTC (rev 44902)
+++ trunk/blender/source/blender/editors/include/UI_icons.h	2012-03-15 14:57:49 UTC (rev 44903)
@@ -872,7 +872,6 @@
 DEF_ICON(EXTERNAL_DATA)
 DEF_ICON(LOAD_FACTORY)
 #ifndef DEF_ICON_BLANK_SKIP
-	DEF_ICON(BLANK299)
 	DEF_ICON(BLANK300)
 	DEF_ICON(BLANK301)
 	DEF_ICON(BLANK302)




More information about the Bf-blender-cvs mailing list