Fix parameter names in wxMediaCtrl::Load* methods

This commit is contained in:
Robin Dunn
2016-05-14 23:48:31 -07:00
parent e44418ba2d
commit a36e071cd4

View File

@@ -373,13 +373,13 @@ public:
/** /**
Same as Load(const wxURI& uri). Kept for wxPython compatibility. Same as Load(const wxURI& uri). Kept for wxPython compatibility.
*/ */
bool LoadURI(const wxString& fileName); bool LoadURI(const wxString& uri);
/** /**
Same as Load(const wxURI& uri, const wxURI& proxy). Same as Load(const wxURI& uri, const wxURI& proxy).
Kept for wxPython compatibility. Kept for wxPython compatibility.
*/ */
bool LoadURIWithProxy(const wxString& fileName, const wxString& proxy); bool LoadURIWithProxy(const wxString& uri, const wxString& proxy);
/** /**
Pauses playback of the movie. Pauses playback of the movie.