Changeset 51089
- Timestamp:
- Mar 17, 2012, 7:21:01 AM (12 years ago)
- Location:
- grass/trunk/gui/wxpython/gui_core
- Files:
-
- 2 edited
-
goutput.py (modified) (1 diff)
-
prompt.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/gui/wxpython/gui_core/goutput.py
r50571 r51089 1059 1059 The same function is in TextCtrlAutoComplete class (prompt.py). 1060 1060 """ 1061 self.Copy()1061 wx.CallAfter(self.Copy) 1062 1062 event.Skip() 1063 1063 -
grass/trunk/gui/wxpython/gui_core/prompt.py
r50415 r51089 729 729 The same function is in GMStc class (goutput.py). 730 730 """ 731 self.Copy()731 wx.CallAfter(self.Copy) 732 732 event.Skip() 733 733
Note:
See TracChangeset
for help on using the changeset viewer.
