X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.cpp;h=396fb9ae364e6265d0a500fa46f1e9ed84cdbea2;hp=84b1d14aa1e86156ebf9f571e0a9214346e15347;hb=3efffa2c3f687b21c8040e9a7ee3830e8f539abf;hpb=02ed3d0a95051e55ecaf66561f379041ae111cca 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"; }