[opendemo-cvs] CVS: opendemo/tools/odcut OdGuiGlade.wxg,1.5,1.6
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-09 20:18:15
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24327 Modified Files: OdGuiGlade.wxg Log Message: Add open file button. Expand close file tool tip. Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** OdGuiGlade.wxg 9 Feb 2005 19:43:53 -0000 1.5 --- OdGuiGlade.wxg 9 Feb 2005 20:18:03 -0000 1.6 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 20:12:36 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Wed Feb 9 21:16:12 2005 --> <application path="OdGuiGlade.pm" name="" class="" option="0" language="perl" top_window="main_frame" encoding="UTF-8" use_gettext="1" overwrite="1" use_new_namespace="1"> *************** *** 387,392 **** <border>0</border> <option>0</option> <object class="wxButton" name="fileClose" base="EditButton"> ! <tooltip>Close the selected file.</tooltip> <label>Close</label> </object> --- 387,400 ---- <border>0</border> <option>0</option> + <object class="wxButton" name="fileOpen" base="EditButton"> + <tooltip>Open an Input File.</tooltip> + <label>Open</label> + </object> + </object> + <object class="sizeritem"> + <border>0</border> + <option>0</option> <object class="wxButton" name="fileClose" base="EditButton"> ! <tooltip>Close the selected Input File\nand all of its Cut List entries.</tooltip> <label>Close</label> </object> |