summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-23 13:28:08 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-23 13:28:08 +0300
commit13a12fadaa3e3ae34e8718dc5bfe74621e07a7db (patch)
tree45915bf14fe272d83cab9fe8bdade0d87786b7cc /src/gui/widgets/browserbox.h
parentf9c0a11f184444b82e678b9aea4b14d3982d5201 (diff)
downloadplus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.gz
plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.bz2
plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.tar.xz
plus-13a12fadaa3e3ae34e8718dc5bfe74621e07a7db.zip
Add missing black color into browserbox.
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r--src/gui/widgets/browserbox.h19
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
};
/**