mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
iteritems --> items
This commit is contained in:
@@ -442,7 +442,7 @@ class MultiMessageDialog(wx.Dialog):
|
||||
))
|
||||
self.Bind(wx.EVT_BUTTON, self.OnButton)
|
||||
if btnLabels:
|
||||
for sid, label in btnLabels.iteritems():
|
||||
for sid, label in btnLabels.items():
|
||||
btn = self.FindWindow(sid)
|
||||
if btn:
|
||||
btn.SetLabel(label)
|
||||
|
||||
Reference in New Issue
Block a user