From 5941a9d24333401874e051c349b391e2bcac0e0d Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Sun, 17 Jun 2018 19:32:11 +0200 Subject: [PATCH] qtui: Fix typo in #ifdef --- src/qtui/qtui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.20.1