diff --git a/interface/wx/frame.h b/interface/wx/frame.h index 740f057859..aad65984d5 100644 --- a/interface/wx/frame.h +++ b/interface/wx/frame.h @@ -84,7 +84,7 @@ combination of styles: @code - wxDEFAULT_FRAME_STYLE & ~(wxRESIZE_BORDER | wxRESIZE_BOX | wxMAXIMIZE_BOX) + wxDEFAULT_FRAME_STYLE & ~(wxRESIZE_BORDER | wxMAXIMIZE_BOX) @endcode See also the @ref overview_windowstyles.