summaryrefslogtreecommitdiff
path: root/src/gui/browserbox.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-19 18:56:34 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-19 18:56:34 +0000
commit6e3e226fa66caeacd6d0c0ce216d604ca7bf89e9 (patch)
tree41e329de53e8c2912096388ff5448aa9bc404aa2 /src/gui/browserbox.h
parent636da3713cb4dbd6ceac6536c7e2b6bcbd6f7029 (diff)
downloadmana-client-6e3e226fa66caeacd6d0c0ce216d604ca7bf89e9.tar.gz
mana-client-6e3e226fa66caeacd6d0c0ce216d604ca7bf89e9.tar.bz2
mana-client-6e3e226fa66caeacd6d0c0ce216d604ca7bf89e9.tar.xz
mana-client-6e3e226fa66caeacd6d0c0ce216d604ca7bf89e9.zip
Code cleanup.
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r--src/gui/browserbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h
index 3a829381..ccef76e5 100644
--- a/src/gui/browserbox.h
+++ b/src/gui/browserbox.h
@@ -135,11 +135,11 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener
/**
* Highlight modes for links.
+ * This can be used for a bitmask.
*/
enum {
- UNDERLINE,
- BACKGROUND,
- BOTH
+ UNDERLINE = 1,
+ BACKGROUND = 2,
};
private: