]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mediactrl.h
Added wxPropertyGridManager::SetPageSplitterLeft
[wxWidgets.git] / include / wx / mediactrl.h
index 8dce9ad4ad5908f18d97735324adf4ab82395be7..3af2526e16c8cfccf90d5abd3e4cd1a531881eae 100644 (file)
@@ -58,7 +58,7 @@ enum wxMediaState
 enum wxMediaCtrlPlayerControls
 {
     wxMEDIACTRLPLAYERCONTROLS_NONE           =   0,
-    //Step controls like fastfoward, step one frame etc.
+    //Step controls like fastforward, step one frame etc.
     wxMEDIACTRLPLAYERCONTROLS_STEP           =   1 << 0,
     //Volume controls like the speaker icon, volume slider, etc.
     wxMEDIACTRLPLAYERCONTROLS_VOLUME         =   1 << 1,