mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo in a comment.
This commit is contained in:
parent
2792bd2761
commit
817c80ed19
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ public:
|
|||
|
||||
/** This callback occurs when the browser attempts to load a URL in a new window.
|
||||
This won't actually load the window but gives you a chance to either launch a
|
||||
new window yourself or just load the URL into the current window with gotToURL.
|
||||
new window yourself or just load the URL into the current window with goToURL().
|
||||
*/
|
||||
virtual void newWindowAttemptingToLoad (const String& newURL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue