X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.h;h=5941515933fce8dca32cfb1026ab2559c2fe1d0e;hp=a163809b2acbd3e8c3c2b0d536e54497e92ed7e3;hb=a507ecd831054ca9b3845985ae7ca3d33fad908d;hpb=e47500c0800e92c59d504f3b62ee3bf715c0207e diff --git a/src/uisupport/uistyle.h b/src/uisupport/uistyle.h index a163809b..59415159 100644 --- a/src/uisupport/uistyle.h +++ b/src/uisupport/uistyle.h @@ -77,10 +77,11 @@ public: // Individual parts of a message Timestamp = 0x00000100, Sender = 0x00000200, - Nick = 0x00000400, - Hostmask = 0x00000800, - ChannelName = 0x00001000, - ModeFlags = 0x00002000, + Contents = 0x00000400, + Nick = 0x00000800, + Hostmask = 0x00001000, + ChannelName = 0x00002000, + ModeFlags = 0x00004000, // URL is special, we want that to take precedence over the rest... Url = 0x00080000