You've already forked lazarus-ccr
spktoolbar: Fix typo ("tuquoise") in runtime demo.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8746 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -199,7 +199,7 @@ begin
|
||||
Result.Items.Add(item);
|
||||
|
||||
item := TMenuItem.Create(Self);
|
||||
item.Caption := 'Office2007 silver (tuquoise highlight)';
|
||||
item.Caption := 'Office2007 silver (turquoise highlight)';
|
||||
item.GroupIndex := 10;
|
||||
item.Tag := ord(spkOffice2007SilverTurquoise);
|
||||
item.OnClick := @StyleChangeHandler;
|
||||
|
Reference in New Issue
Block a user