diff options
author | Erlang/OTP <[email protected]> | 2009-12-07 13:12:37 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-07 13:12:37 +0000 |
commit | d6897fe9cb73b3b37a8872b81bfe50b01d169e3c (patch) | |
tree | bb6fc1ce0f5d163845cdb33e51a3a2bd0d4d7252 /lib/wx/api_gen/wxapi.conf | |
parent | 0b340619c90d7b55189fcb06a46ff64e594d3a97 (diff) | |
parent | 546b1dfb3d66be446c90b4d9e11333352dbd5011 (diff) | |
download | otp-d6897fe9cb73b3b37a8872b81bfe50b01d169e3c.tar.gz otp-d6897fe9cb73b3b37a8872b81bfe50b01d169e3c.tar.bz2 otp-d6897fe9cb73b3b37a8872b81bfe50b01d169e3c.zip |
Merge branch 'dgud/wx_filedialog_bug' into ccase/r13b04_dev
* dgud/wx_filedialog_bug:
The generated updates, of the previous fix.
Fixed generation of wxFileDialog:getPaths/1.
OTP-8330 Corrected incorrectly generated wxFileDialog:getPaths/1. Reported
by Jason/hornja.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index df154f0125..4a646650ea 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -985,7 +985,9 @@ {class, wxFileDialog, wxDialog, [{skip, [{wxFileDialog,0}]}], ['wxFileDialog','~wxFileDialog','GetDirectory','GetFilename', {'GetFilenames',[{"files", out}]}, - 'GetFilterIndex','GetMessage','GetPath','GetPaths','GetWildcard', + 'GetFilterIndex','GetMessage','GetPath', + {'GetPaths', [{"paths", out}]}, + 'GetWildcard', 'SetDirectory','SetFilename','SetFilterIndex','SetMessage','SetPath', 'SetWildcard']}. |