summaryrefslogtreecommitdiff
path: root/redo/controls_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'redo/controls_darwin.m')
-rw-r--r--redo/controls_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/controls_darwin.m b/redo/controls_darwin.m
index 73192c1..23d15e2 100644
--- a/redo/controls_darwin.m
+++ b/redo/controls_darwin.m
@@ -106,7 +106,7 @@ static id finishNewTextField(NSTextField *t)
// same for text fields and password fields
setStandardControlFont((id) t);
// TODO border (Interface Builder setting is confusing)
- // TODO smart quotes
+ // smart quotes and other autocorrect features are handled by the window; see newWindow() in window_darwin.m for details
// Interface Builder does this to make the text box behave properly
// this disables both word wrap AND ellipsizing in one fell swoop
// however, we need to send it to the control's cell, not to the control directly