summaryrefslogtreecommitdiff
path: root/src/Fl_cocoa.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_cocoa.mm')
-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 20a7250f8..7df208a97 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -864,7 +864,7 @@ static void calc_e_text(CFStringRef s, char *buffer, size_t len, unsigned sym)
static int cocoaKeyboardHandler(NSEvent *theEvent);
@interface FLTextView : NSTextView
-// this subclass is needed under OS X 10.3 and 10.4 but not under 10.6 where the base class is enough
+// this subclass is needed under OS X <= 10.4 but not under >= 10.5 where the base class is enough
{
}
@end