diff options
Diffstat (limited to 'new/entry_darwin.m')
| -rw-r--r-- | new/entry_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/entry_darwin.m b/new/entry_darwin.m index 102168b..f2b208b 100644 --- a/new/entry_darwin.m +++ b/new/entry_darwin.m @@ -29,7 +29,7 @@ void finishNewTextField(NSTextField *t, BOOL isEntry) [t setBezelStyle:NSTextFieldSquareBezel]; [t setBezeled:isEntry]; - // TODO autocorrect comment + // we don't need to worry about substitutions/autocorrect here; see window_darwin.m for details [[t cell] setLineBreakMode:NSLineBreakByClipping]; [[t cell] setScrollable:YES]; |
