aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxFileDialog.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-03-30 08:58:55 +0200
committerDan Gudmundsson <[email protected]>2012-03-30 08:58:55 +0200
commit91df0e3aabb000022acd9aeb52c3c1756fb43291 (patch)
tree43763ae72cb6554a34d797a602c552ead6bb6052 /lib/wx/src/gen/wxFileDialog.erl
parent60af6c5513492238b2c228fa77b94012dacc97f2 (diff)
parent2580055936a9f30e77552bfcb4d7941adb3caddd (diff)
downloadotp-91df0e3aabb000022acd9aeb52c3c1756fb43291.tar.gz
otp-91df0e3aabb000022acd9aeb52c3c1756fb43291.tar.bz2
otp-91df0e3aabb000022acd9aeb52c3c1756fb43291.zip
Merge branch 'maint'
Diffstat (limited to 'lib/wx/src/gen/wxFileDialog.erl')
-rw-r--r--lib/wx/src/gen/wxFileDialog.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/src/gen/wxFileDialog.erl b/lib/wx/src/gen/wxFileDialog.erl
index 3d65c92758..a257905795 100644
--- a/lib/wx/src/gen/wxFileDialog.erl
+++ b/lib/wx/src/gen/wxFileDialog.erl
@@ -138,7 +138,7 @@ getFilename(#wx_ref{type=ThisT,ref=ThisRef}) ->
<<ThisRef:32/?UI>>).
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetfilenames">external documentation</a>.
--spec getFilenames(This) -> [[unicode:charlist()]] when
+-spec getFilenames(This) -> [unicode:charlist()] when
This::wxFileDialog().
getFilenames(#wx_ref{type=ThisT,ref=ThisRef}) ->
?CLASS(ThisT,wxFileDialog),
@@ -170,7 +170,7 @@ getPath(#wx_ref{type=ThisT,ref=ThisRef}) ->
<<ThisRef:32/?UI>>).
%% @doc See <a href="http://www.wxwidgets.org/manuals/stable/wx_wxfiledialog.html#wxfiledialoggetpaths">external documentation</a>.
--spec getPaths(This) -> [[unicode:charlist()]] when
+-spec getPaths(This) -> [unicode:charlist()] when
This::wxFileDialog().
getPaths(#wx_ref{type=ThisT,ref=ThisRef}) ->
?CLASS(ThisT,wxFileDialog),