mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fixed a typo
This commit is contained in:
parent
71faad0cb5
commit
4bcd3501f9
@ -99,7 +99,7 @@ class LevelEditorUI(WxAppShell):
|
||||
menuItem = self.menuEdit.Append(-1, "&Undo")
|
||||
self.Bind(wx.EVT_MENU, self.editor.actionMgr.undo, menuItem)
|
||||
|
||||
menuItem = self.menuEdit.Append(-1, "&Rndo")
|
||||
menuItem = self.menuEdit.Append(-1, "&Redo")
|
||||
self.Bind(wx.EVT_MENU, self.editor.actionMgr.redo, menuItem)
|
||||
|
||||
self.menuOptions = wx.Menu()
|
||||
|
Loading…
x
Reference in New Issue
Block a user