From: Markus R. <rol...@us...> - 2007-07-09 19:12:03
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24864 Modified Files: aboutDlg.cpp rsgedit.wxg Log Message: - fixed about dialog title Index: rsgedit.wxg =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/rsgedit.wxg,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** rsgedit.wxg 9 Jul 2007 18:40:53 -0000 1.11 --- rsgedit.wxg 9 Jul 2007 19:11:55 -0000 1.12 *************** *** 1,4 **** <?xml version="1.0"?> ! <!-- generated by wxGlade 0.5 on Mon Jul 09 20:39:54 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" is_template="0"> --- 1,4 ---- <?xml version="1.0"?> ! <!-- generated by wxGlade 0.5 on Mon Jul 09 21:09:18 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" is_template="0"> *************** *** 323,327 **** <object class="aboutDlg" name="dialog_1" base="EditDialog"> <style>wxDEFAULT_DIALOG_STYLE</style> ! <title>dialog_1</title> <object class="wxBoxSizer" name="sizer_9" base="EditBoxSizer"> <orient>wxVERTICAL</orient> --- 323,327 ---- <object class="aboutDlg" name="dialog_1" base="EditDialog"> <style>wxDEFAULT_DIALOG_STYLE</style> ! <title>About</title> <object class="wxBoxSizer" name="sizer_9" base="EditBoxSizer"> <orient>wxVERTICAL</orient> Index: aboutDlg.cpp =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/aboutDlg.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** aboutDlg.cpp 23 Jun 2007 13:36:28 -0000 1.3 --- aboutDlg.cpp 9 Jul 2007 19:11:55 -0000 1.4 *************** *** 23,27 **** { // begin wxGlade: aboutDlg::set_properties ! SetTitle(wxT("dialog_1")); mBitmap->SetMinSize(wxSize(500, 200)); // end wxGlade --- 23,27 ---- { // begin wxGlade: aboutDlg::set_properties ! SetTitle(wxT("About")); mBitmap->SetMinSize(wxSize(500, 200)); // end wxGlade |