diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-27 15:15:30 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-03-27 15:15:30 +0000 |
commit | 5eac41ed60c882f3ae2eeb2a98eb33cdb421e8db (patch) | |
tree | d4dcd00aa7e80449b96c6e4716a0e102ce31afb4 /src/gui | |
parent | 620298d7b7385357029c652acabb64b87bb6bcde (diff) | |
download | fpGUI-5eac41ed60c882f3ae2eeb2a98eb33cdb421e8db.tar.xz |
* The color gray is now spelt the same all over.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui_listbox.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui_listbox.pas b/src/gui/gui_listbox.pas index 265649fb..1b6ef3be 100644 --- a/src/gui/gui_listbox.pas +++ b/src/gui/gui_listbox.pas @@ -950,7 +950,7 @@ begin FItems.Add(TColorItem.Create('clLightCyan', clLightCyan)); FItems.Add(TColorItem.Create('clLightGoldenrodYellow', clLightGoldenrodYellow)); FItems.Add(TColorItem.Create('clLightGreen', clLightGreen)); - FItems.Add(TColorItem.Create('clLightGrey', clLightGrey)); + FItems.Add(TColorItem.Create('clLightGray', clLightGray)); FItems.Add(TColorItem.Create('clLightPink', clLightPink)); FItems.Add(TColorItem.Create('clLightSalmon', clLightSalmon)); FItems.Add(TColorItem.Create('clLightSeaGreen', clLightSeaGreen)); |