mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 12:30:07 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
11 lines
394 B
Python
11 lines
394 B
Python
|
|
if wx.Platform == '__WXMSW__':
|
|
# wxMSW is one of the platforms where the generic implementation
|
|
# of wx.FilePickerCtrl is used...
|
|
|
|
pButt = myFilePickerCtrl.GetPickerCtrl()
|
|
|
|
if pButt is not None:
|
|
pButt.SetLabel('Custom browse string')
|
|
|