diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-20 20:15:34 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-20 20:17:07 +0200 |
commit | a1dbbdf1ca8560de8cff703d21c0063610261196 (patch) | |
tree | d986d59890ed32429e6413ab8eafcd7812b1d022 /src/gui/widgets/browserbox.h | |
parent | 46137db9170963393f003e6ae275f200942a83d8 (diff) | |
download | mana-a1dbbdf1ca8560de8cff703d21c0063610261196.tar.gz mana-a1dbbdf1ca8560de8cff703d21c0063610261196.tar.bz2 mana-a1dbbdf1ca8560de8cff703d21c0063610261196.tar.xz mana-a1dbbdf1ca8560de8cff703d21c0063610261196.zip |
Drop current target on death
Diffstat (limited to 'src/gui/widgets/browserbox.h')
-rw-r--r-- | src/gui/widgets/browserbox.h | 2 |
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 */ }; /** |