[Bf-blender-cvs] [818a3d37433] blender-projects-basics: Merge branch 'master' into blender-projects-basics

Julian Eisel noreply at git.blender.org
Thu Oct 6 16:03:52 CEST 2022


Commit: 818a3d37433d4a42ab8c718402f473c5e96c016a
Author: Julian Eisel
Date:   Thu Oct 6 16:03:40 2022 +0200
Branches: blender-projects-basics
https://developer.blender.org/rB818a3d37433d4a42ab8c718402f473c5e96c016a

Merge branch 'master' into blender-projects-basics

===================================================================



===================================================================

diff --cc release/scripts/startup/bl_ui/space_topbar.py
index e42e6c80fd6,b1ddd2c611d..c9b007624cf
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@@ -269,8 -272,8 +272,8 @@@ class TOPBAR_MT_file(Menu)
          layout = self.layout
  
          layout.operator_context = 'INVOKE_AREA'
-         layout.menu("TOPBAR_MT_file_new", text="New", icon='FILE_NEW')
+         layout.menu("TOPBAR_MT_file_new", text="New", text_ctxt=i18n_contexts.id_windowmanager, icon='FILE_NEW')
 -        layout.operator("wm.open_mainfile", text="Open...", icon='FILE_FOLDER')
 +        layout.operator("wm.open_mainfile", text="Open File...", icon='FILE_FOLDER')
          layout.menu("TOPBAR_MT_file_open_recent")
          layout.operator("wm.revert_mainfile")
          layout.menu("TOPBAR_MT_file_recover")



More information about the Bf-blender-cvs mailing list