From: Manuel Nickschas Date: Sun, 17 Jun 2018 17:32:11 +0000 (+0200) Subject: qtui: Fix typo in #ifdef X-Git-Tag: travis-deploy-test~3 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=5941a9d24333401874e051c349b391e2bcac0e0d;p=quassel.git qtui: Fix typo in #ifdef --- diff --git a/src/qtui/qtui.cpp b/src/qtui/qtui.cpp index d849fc55..a37bc404 100644 --- a/src/qtui/qtui.cpp +++ b/src/qtui/qtui.cpp @@ -274,7 +274,7 @@ std::vector> QtUi::availableIconThemes() const static const std::vector> supported { { "breeze", tr("Breeze") }, { "breeze-dark", tr("Breeze Dark") }, -#ifdef WITH_OYGEN_ICONS +#ifdef WITH_OXYGEN_ICONS { "oxygen", tr("Oxygen") } #endif };