| 1207 | |
| 1208 | |
| 1209 | void PrefsUnifiedDlg::OnButtonIPFilterUpdate(wxCommandEvent& WXUNUSED(event)) |
| 1210 | { |
| 1211 | theApp->ipfilter->Update( CastChild( IDC_IPFILTERURL, wxTextCtrl )->GetValue() ); |
| 1212 | } |
| 1213 | |
| 1214 | |
| 1215 | void PrefsUnifiedDlg::OnPrefsPageChange(wxListEvent& event) |