summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-11-11 09:44:09 +0000
committerManolo Gouy <Manolo>2017-11-11 09:44:09 +0000
commit5ac0d892c1560ae5bcf74c4ddff76dd0b4b86e0f (patch)
tree69cd4d0b6d1bf55490ed1642ff921cb97bcc2d23 /src
parentee929944ceb91e53f7a86795965277a5dedc7ff6 (diff)
Test commit
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12552 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_cocoa.mm2
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;