mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
tests: Replace deprecated call in test_menu
This commit is contained in:
@@ -19,7 +19,7 @@ class menu_Tests(wtc.WidgetTestCase):
|
||||
m = self.makeMenu()
|
||||
m.AppendSeparator()
|
||||
m2 = self.makeMenu()
|
||||
m.Append(-1, 'submenu', m2)
|
||||
m.AppendSubMenu(m2, 'submenu')
|
||||
return m
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user