[Rojav-commits] rocgui/dialogs rocgui-dialogs.pjd,1.23,1.24 trackdialog.cpp,1.1,1.2 trackdialog.h,1.
Brought to you by:
robvrs
|
From: rob v. <ro...@us...> - 2005-11-28 20:21:48
|
Update of /cvsroot/rojav/rocgui/dialogs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9471 Modified Files: rocgui-dialogs.pjd trackdialog.cpp trackdialog.h Log Message: <No Comment Entered> Index: trackdialog.h =================================================================== RCS file: /cvsroot/rojav/rocgui/dialogs/trackdialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** trackdialog.h 28 Nov 2005 17:06:57 -0000 1.1 --- trackdialog.h 28 Nov 2005 20:21:34 -0000 1.2 *************** *** 47,51 **** #define ID_NOTEBOOK_TRACK 10125 #define ID_PANEL_TK_GENERAL 10000 ! #define wxID_STATIC_SW_ID 10001 #define ID_TEXTCTRL_TK_ID 10002 #define wxID_STATIC_TK_TYPE 10007 --- 47,51 ---- #define ID_NOTEBOOK_TRACK 10125 #define ID_PANEL_TK_GENERAL 10000 ! #define wxID_STATIC_TK_ID 10001 #define ID_TEXTCTRL_TK_ID 10002 #define wxID_STATIC_TK_TYPE 10007 Index: trackdialog.cpp =================================================================== RCS file: /cvsroot/rojav/rocgui/dialogs/trackdialog.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** trackdialog.cpp 28 Nov 2005 17:06:57 -0000 1.1 --- trackdialog.cpp 28 Nov 2005 20:21:34 -0000 1.2 *************** *** 178,182 **** m_GeneralPanel->SetSizer(itemFlexGridSizer5); ! m_LabelID = new wxStaticText( m_GeneralPanel, wxID_STATIC_SW_ID, _("id"), wxDefaultPosition, wxDefaultSize, 0 ); itemFlexGridSizer5->Add(m_LabelID, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL|wxADJUST_MINSIZE, 5); --- 178,182 ---- m_GeneralPanel->SetSizer(itemFlexGridSizer5); ! m_LabelID = new wxStaticText( m_GeneralPanel, wxID_STATIC_TK_ID, _("id"), wxDefaultPosition, wxDefaultSize, 0 ); itemFlexGridSizer5->Add(m_LabelID, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL|wxADJUST_MINSIZE, 5); *************** *** 260,264 **** void TrackDialog::OnCancelClick( wxCommandEvent& event ) { ! EndModal( wxID_OK ); } --- 260,264 ---- void TrackDialog::OnCancelClick( wxCommandEvent& event ) { ! EndModal( 0 ); } Index: rocgui-dialogs.pjd =================================================================== RCS file: /cvsroot/rojav/rocgui/dialogs/rocgui-dialogs.pjd,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** rocgui-dialogs.pjd 28 Nov 2005 17:04:58 -0000 1.23 --- rocgui-dialogs.pjd 28 Nov 2005 20:21:34 -0000 1.24 *************** *** 13,17 **** <value name="author" type="string"></value> <value name="description" type="string"></value> ! <value name="doc_count" type="Integer">237</value> <value name="xrc_filename" type="string"></value> <value name="convert_images_to_xpm" type="bool">FALSE</value> --- 13,17 ---- <value name="author" type="string"></value> <value name="description" type="string"></value> ! <value name="doc_count" type="Integer">262</value> <value name="xrc_filename" type="string"></value> [...7544 lines suppressed...] ! <value name="proxy-wxTOP" type="bool">TRUE</value> ! <value name="proxy-wxBOTTOM" type="bool">TRUE</value> ! <value name="proxy-wxSHAPED" type="bool">FALSE</value> ! <value name="proxy-wxADJUST_MINSIZE" type="bool">FALSE</value> ! <value name="proxy-wxFIXED_MINSIZE" type="bool">FALSE</value> ! <value name="proxy-Custom arguments" type="string"></value> ! <value name="proxy-Custom ctor arguments" type="string"></value> ! </path> ! <path name="ID000105"> ! <value name="title" type="string">wxButton: wxID_CANCEL</value> ! <value name="id" type="Integer">187257064</value> ! <value name="type" type="string">dialog-control-document</value> ! <value name="filename" type="string"></value> ! <value name="icon-name" type="string">dialogcontrol</value> ! <value name="is-transient" type="Integer">0</value> ! <value name="owns-file" type="Integer">1</value> ! <value name="title-mode" type="Integer">0</value> ! <value name="parent" type="Integer">187490944</value> <value name="locked" type="Integer">1</value> <value name="created" type="string">28/10/2005</value> |