mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Minor string changes.
This commit is contained in:
parent
e0e12a8bd9
commit
66643e85ac
74 changed files with 895 additions and 889 deletions
|
|
@ -2639,7 +2639,7 @@ private:
|
|||
}
|
||||
|
||||
for (int i = 0; i < lines.size(); ++i)
|
||||
dragAndDropFiles.add (URL::removeEscapeChars (lines[i].fromFirstOccurrenceOf (T("file://"), false, true)));
|
||||
dragAndDropFiles.add (URL::removeEscapeChars (lines[i].fromFirstOccurrenceOf ("file://", false, true)));
|
||||
|
||||
dragAndDropFiles.trim();
|
||||
dragAndDropFiles.removeEmptyStrings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue