X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cbc57f086cee690f397ac5622d3f1d7153b300e..45da7759b82ec09ade8236a17f822dc54c5e5483:/contrib/include/wx/fl/controlbar.h?ds=sidebyside diff --git a/contrib/include/wx/fl/controlbar.h b/contrib/include/wx/fl/controlbar.h index 168a718d0b..e9e448807c 100644 --- a/contrib/include/wx/fl/controlbar.h +++ b/contrib/include/wx/fl/controlbar.h @@ -1002,7 +1002,7 @@ class cbCommonPaneProperties : public wxObject bool mRealTimeUpdatesOn; // default: ON bool mOutOfPaneDragOn; // default: ON bool mExactDockPredictionOn; // default: OFF - bool mNonDestructFirctionOn; // default: OFF + bool mNonDestructFrictionOn; // default: OFF bool mShow3DPaneBorderOn; // default: ON @@ -1068,7 +1068,7 @@ public: /* protected really */ // transient properties wxList mRowShapeData; // shapes of bars of recently modified row, - // stored when in "non-destructive-firction" mode + // stored when in "non-destructive-friction" mode cbRowInfo* mpStoredRow; // row-info for which the shapes are stored friend class wxFrameLayout;