[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47377] trunk/blender/source/blender/ editors/interface/interface_handlers.c: rename context menu ' Python Documentation' to 'Online Python Reference'

Campbell Barton ideasman42 at gmail.com
Sun Jun 3 18:47:21 CEST 2012


Revision: 47377
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47377
Author:   campbellbarton
Date:     2012-06-03 16:47:19 +0000 (Sun, 03 Jun 2012)
Log Message:
-----------
rename context menu 'Python Documentation' to 'Online Python Reference'

Modified Paths:
--------------
    trunk/blender/source/blender/editors/interface/interface_handlers.c

Modified: trunk/blender/source/blender/editors/interface/interface_handlers.c
===================================================================
--- trunk/blender/source/blender/editors/interface/interface_handlers.c	2012-06-03 16:44:48 UTC (rev 47376)
+++ trunk/blender/source/blender/editors/interface/interface_handlers.c	2012-06-03 16:47:19 UTC (rev 47377)
@@ -4604,7 +4604,7 @@
 
 			WM_operator_properties_create(&ptr_props, "WM_OT_doc_view");
 			RNA_string_set(&ptr_props, "doc_id", buf);
-			uiItemFullO(layout, "WM_OT_doc_view", CTX_IFACE_(BLF_I18NCONTEXT_OPERATOR_DEFAULT, "Python Documentation"),
+			uiItemFullO(layout, "WM_OT_doc_view", CTX_IFACE_(BLF_I18NCONTEXT_OPERATOR_DEFAULT, "Online Python Reference"),
 			            ICON_NONE, ptr_props.data, WM_OP_EXEC_DEFAULT, 0);
 
 			/* XXX inactive option, not for public! */
@@ -4627,7 +4627,7 @@
 
 			WM_operator_properties_create(&ptr_props, "WM_OT_doc_view");
 			RNA_string_set(&ptr_props, "doc_id", buf);
-			uiItemFullO(layout, "WM_OT_doc_view", CTX_IFACE_(BLF_I18NCONTEXT_OPERATOR_DEFAULT, "Python Documentation"),
+			uiItemFullO(layout, "WM_OT_doc_view", CTX_IFACE_(BLF_I18NCONTEXT_OPERATOR_DEFAULT, "Online Python Reference"),
 			            ICON_NONE, ptr_props.data, WM_OP_EXEC_DEFAULT, 0);
 
 			/* XXX inactive option, not for public! */




More information about the Bf-blender-cvs mailing list