diff --git a/components/richmemo/cocoa/cocoarichmemo.pas b/components/richmemo/cocoa/cocoarichmemo.pas index f7fa9fb86..462dbf381 100644 --- a/components/richmemo/cocoa/cocoarichmemo.pas +++ b/components/richmemo/cocoa/cocoarichmemo.pas @@ -530,7 +530,7 @@ begin NSRightTabStopType: AStopList.Tabs[i].Align:= tabRight; NSDecimalTabStopType: AStopList.Tabs[i].Align:= tabDecimal; else - AStopList.Tabs[i].Align:=taLeft; + AStopList.Tabs[i].Align:=tabLeft; end; end; end;