[opendemo-cvs] CVS: opendemo/tools/odcut OdGuiGlade.wxg,1.2,1.3
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-08 21:12:57
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv472 Modified Files: OdGuiGlade.wxg Log Message: more buttons with correct names Index: OdGuiGlade.wxg =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/OdGuiGlade.wxg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OdGuiGlade.wxg 8 Feb 2005 19:10:08 -0000 1.2 --- OdGuiGlade.wxg 8 Feb 2005 21:12:10 -0000 1.3 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.3.5.1 on Tue Feb 8 19:57:22 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 Tue Feb 8 21:57:26 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"> *************** *** 301,305 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_9" base="EditButton"> <tooltip>Copy the selected Cut List entry into the Play Area.</tooltip> <label>To Play Area</label> --- 301,305 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListToPlayArea" base="EditButton"> <tooltip>Copy the selected Cut List entry into the Play Area.</tooltip> <label>To Play Area</label> *************** *** 309,313 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_10" base="EditButton"> <tooltip>Move the selected Cut List entry up.</tooltip> <label>Up</label> --- 309,313 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListUp" base="EditButton"> <tooltip>Move the selected Cut List entry up.</tooltip> <label>Up</label> *************** *** 317,321 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_11" base="EditButton"> <tooltip>Move the selected Cut List entry down.</tooltip> <label>Down</label> --- 317,321 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListDown" base="EditButton"> <tooltip>Move the selected Cut List entry down.</tooltip> <label>Down</label> *************** *** 325,329 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_13" base="EditButton"> <tooltip>Make of Copy of the selected Cut List entry.</tooltip> <label>Copy</label> --- 325,329 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListCopy" base="EditButton"> <tooltip>Make of Copy of the selected Cut List entry.</tooltip> <label>Copy</label> *************** *** 333,337 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_12" base="EditButton"> <tooltip>Delete the selected Cut List entry.</tooltip> <label>Delete</label> --- 333,337 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="cutListDelete" base="EditButton"> <tooltip>Delete the selected Cut List entry.</tooltip> <label>Delete</label> *************** *** 380,384 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_14" base="EditButton"> <tooltip>Copy the selected Input File entry into the Play Area.</tooltip> <label>To Play Area</label> --- 380,384 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="fileToPlayArea" base="EditButton"> <tooltip>Copy the selected Input File entry into the Play Area.</tooltip> <label>To Play Area</label> *************** *** 388,392 **** <border>0</border> <option>0</option> ! <object class="wxButton" name="button_15" base="EditButton"> <tooltip>Copy the selected Input File entry into the Cut List.</tooltip> <label>To Cut List</label> --- 388,392 ---- <border>0</border> <option>0</option> ! <object class="wxButton" name="fileToCutList" base="EditButton"> <tooltip>Copy the selected Input File entry into the Cut List.</tooltip> <label>To Cut List</label> |