openbsd-ports/devel/rapidsvn/patches/patch-src_checkout_dlg_cpp
steven fe24418f81 let this build with wxWidgets 2.8 as well
patches from the rapidsvn repository

ok maintainer
2007-10-08 20:38:17 +00:00

12 lines
523 B
Plaintext

$OpenBSD: patch-src_checkout_dlg_cpp,v 1.1 2007/10/08 20:38:17 steven Exp $
--- src/checkout_dlg.cpp.orig Fri Dec 8 18:47:07 2006
+++ src/checkout_dlg.cpp Mon Oct 8 13:01:47 2007
@@ -256,7 +256,6 @@ struct CheckoutDlg::Data (public)
BEGIN_EVENT_TABLE (CheckoutDlg, wxDialog)
EVT_BUTTON (ID_BUTTON_BROWSE, CheckoutDlg::OnBrowse)
- EVT_BUTTON (wxID_OK, CheckoutDlg::OnOK)
EVT_CHECKBOX (ID_USELATEST, CheckoutDlg::OnUseLatest)
EVT_TEXT (-1, CheckoutDlg::OnText)
// EVT_BUTTON (wxID_HELP, CheckoutDlg::OnHelp)