X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fqtuistyle.cpp;h=396fb9ae364e6265d0a500fa46f1e9ed84cdbea2;hb=b2de861297e7bb461b37ff041827c89360ecfec6;hp=84b1d14aa1e86156ebf9f571e0a9214346e15347;hpb=02ed3d0a95051e55ecaf66561f379041ae111cca;p=quassel.git diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index 84b1d14a..396fb9ae 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -82,8 +82,8 @@ void QtUiStyle::generateSettingsQss() const { << msgTypeQss("error", "ErrorMsg", s) << msgTypeQss("daychange", "ServerMsg", s) << msgTypeQss("topic", "CommandMsg", s) - << msgTypeQss("netsplitJoin", "CommandMsg", s) - << msgTypeQss("netsplitQuit", "CommandMsg", s) + << msgTypeQss("netsplit-join", "CommandMsg", s) + << msgTypeQss("netsplit-quit", "CommandMsg", s) << "\n"; }