diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index d28f2380d..12d4efad3 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -1756,7 +1756,7 @@ static void foreground_and_activate_if_needed() { [NSApp activateIgnoringOtherApps:YES]; } -// simpler way to activate app tested OK on MacOS 10.3 10.6 10.9 and 10.13 +// simpler way to activate application tested OK on MacOS 10.3 10.6 10.9 and 10.13 void Fl_Cocoa_Screen_Driver::open_display_platform() { static char beenHereDoneThat = 0; |
