diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py index d68a488f..a6d7cd07 100755 --- a/tools/themeupdate/themeupdate.py +++ b/tools/themeupdate/themeupdate.py @@ -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: