X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=12aaa29c1fc8a6c609afd4af287d3d8ae8ecafcd;hp=d9dcdc6f54c15239a277b94c9f0365e28685385a;hb=a113f73e5f8ce89c3df5c42d55528404fc7a2294;hpb=11a1e4372551439769eafba3f3f5403adff763fb diff --git a/src/common/main.cpp b/src/common/main.cpp index d9dcdc6f..12aaa29c 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -146,7 +146,7 @@ int main(int argc, char **argv) #ifndef BUILD_CORE // put client-only arguments here - cliParser->addOption("icontheme", 0, "Override the system icon theme ('oxygen' is recommended)", "theme"); + cliParser->addOption("icontheme", 0, "Override the system icon theme ('breeze' is recommended)", "theme"); cliParser->addOption("qss", 0, "Load a custom application stylesheet", "file.qss"); cliParser->addSwitch("debugbufferswitches", 0, "Enables debugging for bufferswitches"); cliParser->addSwitch("debugmodel", 0, "Enables debugging for models");