summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-20 20:15:34 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-20 20:17:07 +0200
commita1dbbdf1ca8560de8cff703d21c0063610261196 (patch)
treed986d59890ed32429e6413ab8eafcd7812b1d022 /src/gui/widgets/browserbox.h
parent46137db9170963393f003e6ae275f200942a83d8 (diff)
downloadmana-client-a1dbbdf1ca8560de8cff703d21c0063610261196.tar.gz
mana-client-a1dbbdf1ca8560de8cff703d21c0063610261196.tar.bz2
mana-client-a1dbbdf1ca8560de8cff703d21c0063610261196.tar.xz
mana-client-a1dbbdf1ca8560de8cff703d21c0063610261196.zip
Drop current target on death
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r--src/gui/widgets/browserbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h
index 42af5b11..c5ca351d 100644
--- a/src/gui/widgets/browserbox.h
+++ b/src/gui/widgets/browserbox.h
@@ -126,7 +126,7 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener
PINK = 0xff00d8, /**< Color 6 */
PURPLE = 0x8415e2, /**< Color 7 */
GRAY = 0x919191, /**< Color 8 */
- BROWN = 0x8e4c17, /**< Color 9 */
+ BROWN = 0x8e4c17 /**< Color 9 */
};
/**