mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +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()))
|
||||
menu1.Append(item)
|
||||
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.AppendSeparator()
|
||||
menu1.Append(104, "&Close", "Close this frame")
|
||||
|
||||
Reference in New Issue
Block a user