From a9d6f244697a8972ef9163136cf4422843cf0d18 Mon Sep 17 00:00:00 2001 From: upstream svn Date: Tue, 25 Nov 2008 12:08:27 +0100 Subject: [PATCH] Upstream tarball 9194 --- .svn-revision | 2 +- src/PrefsUnifiedDlg.cpp | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.svn-revision b/.svn-revision index a7e0c4ff..d47b411b 100644 --- a/.svn-revision +++ b/.svn-revision @@ -1 +1 @@ -9193 +9194 diff --git a/src/PrefsUnifiedDlg.cpp b/src/PrefsUnifiedDlg.cpp index b141e14d..3fff9856 100644 --- a/src/PrefsUnifiedDlg.cpp +++ b/src/PrefsUnifiedDlg.cpp @@ -823,9 +823,12 @@ void PrefsUnifiedDlg::OnCheckBoxChange(wxCommandEvent& event) FindWindow(IDC_RATESAFTERTITLE)->Enable(value); break; - case IDC_NETWORKED2K: + case IDC_NETWORKED2K: { EnableServerTab(value); + wxSpinEvent e; + OnTCPClientPortChange(e); break; + } default: break; -- 2.11.4.GIT