Applied patch [ 796736 ] unicode and various warnings fixes for configtool util
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -136,7 +136,7 @@ void ctSettingsDialog::OnCancel( wxCommandEvent& event )
|
||||
* Event handler for wxID_HELP
|
||||
*/
|
||||
|
||||
void ctSettingsDialog::OnHelp( wxCommandEvent& event )
|
||||
void ctSettingsDialog::OnHelp( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxNotebook* notebook = (wxNotebook*) FindWindow(ID_NOTEBOOK);
|
||||
|
||||
@@ -376,7 +376,7 @@ void ctLocationSettingsDialog::OnUpdateWxwinHierarchy( wxUpdateUIEvent& event )
|
||||
* Event handler for ID_CHOOSE_WXWIN_HIERARCHY
|
||||
*/
|
||||
|
||||
void ctLocationSettingsDialog::OnChooseWxwinHierarchy( wxCommandEvent& event )
|
||||
void ctLocationSettingsDialog::OnChooseWxwinHierarchy( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
wxTextCtrl* textCtrl = (wxTextCtrl*) FindWindow( ID_WXWIN_HIERARCHY );
|
||||
wxASSERT( textCtrl != NULL );
|
||||
|
Reference in New Issue
Block a user