Add some missing customizable subtitle grid colors to the preferences dialog

Originally committed to SVN as r5688.
This commit is contained in:
Thomas Goyne 2011-09-30 20:40:58 +00:00
parent d5c4a9bec6
commit 8f918a59c2
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ Interface_Colours::Interface_Colours(wxTreebook *book, Preferences *parent): Opt
OptionAdd(grid, _("Standard background"), "Colour/Subtitle Grid/Background/Background");
OptionAdd(grid, _("Selection foreground"), "Colour/Subtitle Grid/Selection");
OptionAdd(grid, _("Selection background"), "Colour/Subtitle Grid/Background/Selection");
OptionAdd(grid, _("Collision foreground"), "Colour/Subtitle Grid/Collision");
OptionAdd(grid, _("In frame background"), "Colour/Subtitle Grid/Background/Inframe");
OptionAdd(grid, _("Comment background"), "Colour/Subtitle Grid/Background/Comment");
OptionAdd(grid, _("Selected comment background"), "Colour/Subtitle Grid/Background/Selected Comment");
OptionAdd(grid, _("Left Column"), "Colour/Subtitle Grid/Left Column");