Info Editor: Adding Save Screenshot option to the Window menu, was only available through search or shortcut (CTRL+F3)

This commit is contained in:
Pablo Vazquez 2013-01-28 23:06:27 +00:00
parent 9e7e27b23c
commit 12a4a84ee5

@ -362,6 +362,11 @@ class INFO_MT_window(Menu):
layout.operator("wm.window_duplicate")
layout.operator("wm.window_fullscreen_toggle", icon='FULLSCREEN_ENTER')
layout.separator()
layout.operator("screen.screenshot").full = True
if sys.platform[:3] == "win":
layout.separator()
layout.operator("wm.console_toggle", icon='CONSOLE')