[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46815] trunk/blender/release/scripts/ startup/bl_ui/space_info.py: Renamed the COLLADA Import/export labels to ' Collada (Default)' to make it better separatable from target specific exporters

Gaia Clary gaia.clary at machinimatrix.org
Sun May 20 19:40:57 CEST 2012


Revision: 46815
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46815
Author:   gaiaclary
Date:     2012-05-20 17:40:57 +0000 (Sun, 20 May 2012)
Log Message:
-----------
Renamed the COLLADA Import/export labels to 'Collada (Default)' to make it better separatable from target specific exporters

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_info.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_info.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_info.py	2012-05-20 17:26:29 UTC (rev 46814)
+++ trunk/blender/release/scripts/startup/bl_ui/space_info.py	2012-05-20 17:40:57 UTC (rev 46815)
@@ -156,7 +156,7 @@
 
     def draw(self, context):
         if hasattr(bpy.types, "WM_OT_collada_import"):
-            self.layout.operator("wm.collada_import", text="COLLADA (.dae)")
+            self.layout.operator("wm.collada_import", text="Collada (Default) (.dae)")
 
 
 class INFO_MT_file_export(Menu):
@@ -165,7 +165,7 @@
 
     def draw(self, context):
         if hasattr(bpy.types, "WM_OT_collada_export"):
-            self.layout.operator("wm.collada_export", text="COLLADA (.dae)")
+            self.layout.operator("wm.collada_export", text="Collada (Default) (.dae)")
 
 
 class INFO_MT_file_external_data(Menu):




More information about the Bf-blender-cvs mailing list