X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c088756c8854e62d14b3d1f8afb8c5e3d0d55c8c..4d98817cfab2654773755cb5c540057c5f3d4fd6:/interface/wx/dialog.h diff --git a/interface/wx/dialog.h b/interface/wx/dialog.h index 093d0c42ec..994b7d36c7 100644 --- a/interface/wx/dialog.h +++ b/interface/wx/dialog.h @@ -88,7 +88,7 @@ enum wxDialogLayoutAdaptationMode Equivalent to a combination of wxCAPTION, wxCLOSE_BOX and wxSYSTEM_MENU (the last one is not used under Unix). @style{wxRESIZE_BORDER} - Display a resizeable frame around the window. + Display a resizable frame around the window. @style{wxSYSTEM_MENU} Display a system menu. @style{wxCLOSE_BOX} @@ -638,7 +638,7 @@ public: /** @class wxDialogLayoutAdapter - This abstract class is the base for classes that help wxWidgets peform + This abstract class is the base for classes that help wxWidgets perform run-time layout adaptation of dialogs. Principally, this is to cater for small displays by making part of the dialog scroll, but the application developer may find other uses for layout adaption.