richmemo: gtk2 corrected the new name for tab alignment

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4143 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2015-05-19 10:29:03 +00:00
parent 8bc9e1ffe7
commit 311e5c3d78

View File

@ -1156,7 +1156,7 @@ begin
for i:=0 to AStopList.Count-1 do begin for i:=0 to AStopList.Count-1 do begin
pango_tab_array_get_tab(attr^.tabs, i, @al, @loc); pango_tab_array_get_tab(attr^.tabs, i, @al, @loc);
AStopList.Tabs[i].Offset:=loc*f; AStopList.Tabs[i].Offset:=loc*f;
AStopList.Tabs[i].Align:=taLeft; AStopList.Tabs[i].Align:=tabLeft;
end; end;
gtk_text_attributes_unref(attr); gtk_text_attributes_unref(attr);
end; end;