Mercurial > ecos-v3_0-branch
diff host/tools/configtool/standalone/wxwin/packagesdlg.cpp @ 2515:24c0267fbb70
* Utils/ChangeLog Utils/common/eCosStd.h,
configtool/ChangeLog
configtool/common/common/build.cxx,
configtool/standalone/common/cdl_exec.cxx,
configtool/standalone/common/ecosconfig.cxx,
configtool/standalone/wxwin/appsettings.cpp,
configtool/standalone/wxwin/configitem.cpp,
configtool/standalone/wxwin/configtool.cpp,
configtool/standalone/wxwin/configtool.h,
configtool/standalone/wxwin/configtooldoc.cpp,
configtool/standalone/wxwin/configtree.cpp,
configtool/standalone/wxwin/configtree.h,
configtool/standalone/wxwin/docsystem.cpp,
configtool/standalone/wxwin/ecutils.cpp,
configtool/standalone/wxwin/filename.cpp,
configtool/standalone/wxwin/mainwin.cpp,
configtool/standalone/wxwin/mainwin.h,
configtool/standalone/wxwin/makefile.gnu,
configtool/standalone/wxwin/packagesdlg.cpp,
configtool/standalone/wxwin/propertywin.cpp,
configtool/standalone/wxwin/reposdlg.cpp,
configtool/standalone/wxwin/runtestsdlg.cpp,
configtool/standalone/wxwin/sectiondlg.cpp,
configtool/standalone/wxwin/settingsdlg.cpp,
configtool/standalone/wxwin/symbols.h,
ecostest/ChangeLog,
ecostest/common/eCosTestUtils.cpp,
ecostest/common/eCosTestUtils.h: Update for recent Cygwin and wxWidgets.
| author | jld |
|---|---|
| date | Wed, 13 Aug 2008 09:37:07 +0000 |
| parents | 480aa5d146e3 |
| children | 74dbf4c3f2e1 |
line wrap: on
line diff
--- a/host/tools/configtool/standalone/wxwin/packagesdlg.cpp +++ b/host/tools/configtool/standalone/wxwin/packagesdlg.cpp @@ -3,7 +3,8 @@ // ---------------------------------------------------------------------------- // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // Copyright (C) 2003 John Dallaway -// +// Copyright (C) 2005 eCosCentric Limited + // This program is part of the eCos host tools. // // This program is free software; you can redistribute it and/or modify it @@ -80,7 +81,7 @@ BEGIN_EVENT_TABLE(ecPackagesDialog, ecDi EVT_LISTBOX_DCLICK(ecID_PACKAGES_DIALOG_USE_LIST, ecPackagesDialog::OnDblClickListBox2) EVT_LISTBOX(ecID_PACKAGES_DIALOG_AVAILABLE_LIST, ecPackagesDialog::OnClickListBox1) EVT_LISTBOX(ecID_PACKAGES_DIALOG_USE_LIST, ecPackagesDialog::OnClickListBox2) - EVT_LISTBOX(ecID_PACKAGES_DIALOG_VERSION, ecPackagesDialog::OnSelectVersion) + EVT_CHOICE(ecID_PACKAGES_DIALOG_VERSION, ecPackagesDialog::OnSelectVersion) EVT_INIT_DIALOG(ecPackagesDialog::OnInitDialog) EVT_BUTTON(ecID_PACKAGES_DIALOG_CLEAR, ecPackagesDialog::OnClearKeywords) EVT_CHECKBOX(ecID_PACKAGES_DIALOG_OMIT_HARDWARE, ecPackagesDialog::OnClickOmitHardwarePackages)
