From 13a12fadaa3e3ae34e8718dc5bfe74621e07a7db Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 23 May 2013 13:28:08 +0300 Subject: Add missing black color into browserbox. --- src/gui/widgets/browserbox.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index 739b5a18c..e8975a40c 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -186,15 +186,16 @@ class BrowserBox final : public gcn::Widget, enum { RED = 0, - GREEN = 1, - BLUE = 2, - ORANGE = 3, - YELLOW = 4, - PINK = 5, - PURPLE = 6, - GRAY = 7, - BROWN = 8, - COLORS_MAX = 9 + BLACK, + GREEN, + BLUE, + ORANGE, + YELLOW, + PINK, + PURPLE, + GRAY, + BROWN, + COLORS_MAX }; /** -- cgit v1.2.3-70-g09d2