String fix and a bunch of PEP8 issues I had collected in the meanwhile.

This commit is contained in:
2009-12-04 17:54:48 +00:00
parent 19c0a169b8
commit 648122b1a2
14 changed files with 108 additions and 102 deletions

View File

@@ -69,12 +69,13 @@ class CONSOLE_MT_console(bpy.types.Menu):
layout.operator("console.copy")
layout.operator("console.paste")
layout.menu("CONSOLE_MT_language")
layout.separator()
layout.operator("screen.area_dupli")
layout.operator("screen.screen_full_area")
class CONSOLE_MT_report(bpy.types.Menu):
bl_label = "Report"