commented out some test code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-06 01:15:35 +00:00
parent 3756fd25b9
commit 6db2ee93dd

View File

@@ -25,7 +25,11 @@ class TestPanel(wx.Panel):
# Create some controls
try:
self.mc = wx.media.MediaCtrl(self, style=wx.SIMPLE_BORDER)
self.mc = wx.media.MediaCtrl(self, style=wx.SIMPLE_BORDER,
#szBackend=wx.media.MEDIABACKEND_DIRECTSHOW
#szBackend=wx.media.MEDIABACKEND_QUICKTIME
#szBackend=wx.media.MEDIABACKEND_WMP10
)
except NotImplementedError:
self.Destroy()
raise