mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Fix typo
This commit is contained in:
@@ -36,7 +36,7 @@ check the source for this sample to see how to implement them.
|
|||||||
item.SetFont(wx.Font(wx.FontInfo(10).Bold()))
|
item.SetFont(wx.Font(wx.FontInfo(10).Bold()))
|
||||||
menu1.Append(item)
|
menu1.Append(item)
|
||||||
else:
|
else:
|
||||||
# But we'lkl just do it the normal way for this sample
|
# But we'll just do it the normal way for this sample
|
||||||
menu1.Append(103, "&Earth", "You may select Earth too")
|
menu1.Append(103, "&Earth", "You may select Earth too")
|
||||||
menu1.AppendSeparator()
|
menu1.AppendSeparator()
|
||||||
menu1.Append(104, "&Close", "Close this frame")
|
menu1.Append(104, "&Close", "Close this frame")
|
||||||
|
|||||||
Reference in New Issue
Block a user