Fix parameter names in wxMediaCtrl::Load* methods
This commit is contained in:
@@ -373,13 +373,13 @@ public:
|
||||
/**
|
||||
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).
|
||||
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.
|
||||
|
Reference in New Issue
Block a user