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:
wp_xxyyzz
2023-02-25 18:29:36 +00:00
parent 834e31eec4
commit 6d7d0ccd70

View File

@ -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;