[PyCrust-cvs] PyCrust frame.py,1.4,1.5
Brought to you by:
pobrien
|
From: <po...@us...> - 2003-04-02 04:30:38
|
Update of /cvsroot/pycrust/PyCrust
In directory sc8-pr-cvs1:/tmp/cvs-serv7386
Modified Files:
frame.py
Log Message:
No longer saving file.
Index: frame.py
===================================================================
RCS file: /cvsroot/pycrust/PyCrust/frame.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** frame.py 1 Apr 2003 20:05:03 -0000 1.4
--- frame.py 2 Apr 2003 04:30:32 -0000 1.5
***************
*** 69,73 ****
m.AppendSeparator()
m.Append(ID_NAMESPACE, '&Update Namespace \tShift+Ctrl+N',
! 'Save file; update namespace for autocompletion and calltips')
m.AppendSeparator()
m.Append(wx.wxID_EXIT, 'E&xit', 'Exit Program')
--- 69,73 ----
m.AppendSeparator()
m.Append(ID_NAMESPACE, '&Update Namespace \tShift+Ctrl+N',
! 'Update namespace for autocompletion and calltips')
m.AppendSeparator()
m.Append(wx.wxID_EXIT, 'E&xit', 'Exit Program')
|