mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Fixed a couple of typos in the FileChooser docs
This commit is contained in:
parent
7cd71487e6
commit
dcd2ee6ef8
1 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ public:
|
|||
if the user pressed 'ok' rather than cancelling).
|
||||
|
||||
On mobile platforms, the file browser may return a URL instead of a local file.
|
||||
Therefore, om mobile platforms, you should call getURLResult() instead.
|
||||
Therefore, on mobile platforms, you should call getURLResult() instead.
|
||||
|
||||
If you're using a multiple-file select, then use the getResults() method instead,
|
||||
to obtain the list of all files chosen.
|
||||
|
|
@ -235,7 +235,7 @@ public:
|
|||
browse method.
|
||||
|
||||
On mobile platforms, the file browser may return a URL instead of a local file.
|
||||
Therefore, om mobile platforms, you should call getURLResults() instead.
|
||||
Therefore, on mobile platforms, you should call getURLResults() instead.
|
||||
|
||||
This array may be empty if no files were chosen, or can contain multiple entries
|
||||
if multiple files were chosen.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue