qtui: Fix typo in #ifdef
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Jun 2018 17:32:11 +0000 (19:32 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Jun 2018 17:32:36 +0000 (19:32 +0200)
src/qtui/qtui.cpp

index d849fc5..a37bc40 100644 (file)
@@ -274,7 +274,7 @@ std::vector<std::pair<QString, QString>> QtUi::availableIconThemes() const
     static const std::vector<std::pair<QString, QString>> supported {
         { "breeze", tr("Breeze") },
         { "breeze-dark", tr("Breeze Dark") },
-#ifdef WITH_OYGEN_ICONS
+#ifdef WITH_OXYGEN_ICONS
         { "oxygen", tr("Oxygen") }
 #endif
     };