mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-15 16:27:06 +01:00
⁉️ Not sure if the generated .rst stuff is intended to have
whitespace like this in it or not, so seperating this from the other
commits, so easy to revert if necessary.
11 lines
356 B
Python
11 lines
356 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')
|
|
|