Update of /cvsroot/simspark/simspark/contrib/rsgedit
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32017
Modified Files:
Tag: WIN32
rsgedit.wxg
Log Message:
- add reload to file menu
Index: rsgedit.wxg
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/rsgedit.wxg,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -d -r1.4.2.2 -r1.4.2.3
*** rsgedit.wxg 15 Feb 2007 21:17:01 -0000 1.4.2.2
--- rsgedit.wxg 16 Feb 2007 17:08:35 -0000 1.4.2.3
***************
*** 1,4 ****
<?xml version="1.0"?>
! <!-- generated by wxGlade 0.4.1 on Thu Feb 15 22:16:15 2007 -->
<application path="." name="" class="" option="1" language="C++" top_window="MainFrame" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.6">
--- 1,4 ----
<?xml version="1.0"?>
! <!-- generated by wxGlade 0.4.1 on Fri Feb 16 18:07:47 2007 -->
<application path="." name="" class="" option="1" language="C++" top_window="MainFrame" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.6">
***************
*** 17,20 ****
--- 17,24 ----
</item>
<item>
+ <label>&Reload</label>
+ <id>ID_FILE_RELOAD</id>
+ </item>
+ <item>
<label>&Exit</label>
<id>wxID_EXIT</id>
|