More deprecation fixes

This commit is contained in:
blitzmann
2017-11-13 00:18:24 -05:00
parent 8cbb327659
commit cc9b6ea04b
9 changed files with 15 additions and 15 deletions

View File

@@ -96,7 +96,7 @@ class DamagePattern(ContextMenu):
# Items that have a parent
for pattern in self.subMenus[self.m[i]]:
sub.AppendItem(self.addPattern(rootMenu if msw else sub, pattern))
sub.Append(self.addPattern(rootMenu if msw else sub, pattern))
return sub