2.5 Text Editor:

* Added back Red Alert for "Resolve External conflicts" warning.
This commit is contained in:
Thomas Dinges
2011-06-06 12:52:26 +00:00
parent fc6dcdf17f
commit 111b0bf698

View File

@@ -42,7 +42,7 @@ class TEXT_HT_header(bpy.types.Header):
if text and text.is_modified:
row = layout.row()
# row.color(redalert)
row.alert = True
row.operator("text.resolve_conflict", text="", icon='HELP')
layout.template_ID(st, "text", new="text.new", unlink="text.unlink")