remove menu.bullet from themes

This commit is contained in:
Dana Jansens 2003-09-01 16:32:32 +00:00
parent 959126d9a2
commit 957def11cb

View file

@ -59,6 +59,7 @@ def simple_replace(data):
def remove(data):
invalid = []
invalid.append('toolbar')
invalid.append('menu.bullet')
invalid.append('rootCommand')
invalid.append('menu.frame.justify')
for inv in invalid: