comparison host/tools/configtool/standalone/wxwin/mainwin.cpp @ 1469:99c40a5a125d

* configtool/standalone/wxwin/configtool.cpp: Prompt to save eCos configuration as necessary before building eCos. * configtool/standalone/wxwin/mainwin.cpp: Update copyright notice.
author jld
date Fri, 16 Jan 2004 16:51:15 +0000
parents 3dd941afc053
children 111c2191e6f5
comparison
equal deleted inserted replaced
1468:ded5649bf573 1469:99c40a5a125d
1 //####COPYRIGHTBEGIN#### 1 //####COPYRIGHTBEGIN####
2 // 2 //
3 // ---------------------------------------------------------------------------- 3 // ----------------------------------------------------------------------------
4 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. 4 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
5 // Copyright (C) 2003 John Dallaway 5 // Copyright (C) 2003 John Dallaway
6 // Copyright (C) 2004 eCosCentric Limited
6 // 7 //
7 // This program is part of the eCos host tools. 8 // This program is part of the eCos host tools.
8 // 9 //
9 // This program is free software; you can redistribute it and/or modify it 10 // This program is free software; you can redistribute it and/or modify it
10 // under the terms of the GNU General Public License as published by the Free 11 // under the terms of the GNU General Public License as published by the Free
549 void ecMainFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) 550 void ecMainFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
550 { 551 {
551 // ecAboutDialog dialog(this, ecID_ABOUT_DIALOG, _("About eCos Configuration Tool")); 552 // ecAboutDialog dialog(this, ecID_ABOUT_DIALOG, _("About eCos Configuration Tool"));
552 // dialog.ShowModal(); 553 // dialog.ShowModal();
553 wxString msg; 554 wxString msg;
554 msg.Printf("eCos Configuration Tool %s (%s %s)\n\nCopyright (c) Red Hat, Inc. 1998-2002\nCopyright (c) John Dallaway 2003", ecCONFIGURATION_TOOL_VERSION, __DATE__, __TIME__); 555 msg.Printf("eCos Configuration Tool %s (%s %s)\n\nCopyright (c) Red Hat, Inc. 1998-2002\nCopyright (c) John Dallaway 2003\nCopyright (C) eCosCentric Limited 2004", ecCONFIGURATION_TOOL_VERSION, __DATE__, __TIME__);
555 wxMessageBox(msg, _("About eCos Configuration Tool"), wxICON_INFORMATION | wxOK); 556 wxMessageBox(msg, _("About eCos Configuration Tool"), wxICON_INFORMATION | wxOK);
556 } 557 }
557 558
558 void ecMainFrame::OnSize(wxSizeEvent& WXUNUSED(event)) 559 void ecMainFrame::OnSize(wxSizeEvent& WXUNUSED(event))
559 { 560 {