diff options
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 19 |
1 files changed, 10 insertions, 9 deletions
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 }; /** |