projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added GetResourcesDir and GetLocalizedResourcesDir to
[wxWidgets.git]
/
wxPython
/
demo
/
FileHistory.py
diff --git
a/wxPython/demo/FileHistory.py
b/wxPython/demo/FileHistory.py
index ff650b71d31516f4bf37f5064b86fc31f38719e6..b94b4567ebc56ef151c5f1f92e821273dc889668 100644
(file)
--- a/
wxPython/demo/FileHistory.py
+++ b/
wxPython/demo/FileHistory.py
@@
-79,7
+79,7
@@
class TestPanel(wx.Panel):
def OnRightClick(self, evt):
- self.PopupMenu(self.menu
, evt.GetPosition()
)
+ self.PopupMenu(self.menu)
def OnFileOpenDialog(self, evt):