From 79282d7b890df23d33d7b5f65276443b7f4eab45 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 27 Apr 2012 19:06:58 +0000 Subject: [PATCH] Add the header background color to the preferences dialog Originally committed to SVN as r6717. --- aegisub/src/preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/src/preferences.cpp b/aegisub/src/preferences.cpp index a7e445d5d..1d4937b12 100644 --- a/aegisub/src/preferences.cpp +++ b/aegisub/src/preferences.cpp @@ -253,6 +253,7 @@ Interface_Colours::Interface_Colours(wxTreebook *book, Preferences *parent): Opt 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, _("Header background"), "Colour/Subtitle Grid/Header"); OptionAdd(grid, _("Left Column"), "Colour/Subtitle Grid/Left Column"); OptionAdd(grid, _("Active Line Border"), "Colour/Subtitle Grid/Active Border"); OptionAdd(grid, _("Lines"), "Colour/Subtitle Grid/Lines");