diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/theme.cpp | 2 | ||||
-rw-r--r-- | src/gui/themecolortype.inc (renamed from src/gui/themecolortype.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 4211fb2be..c345e6911 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -671,7 +671,7 @@ static int readColorType(const std::string &type) static const std::string colors[CAST_SIZE( ThemeColorId::THEME_COLORS_END)] = { -#include "gui/themecolortype.h" +#include "gui/themecolortype.inc" }; if (type.empty()) diff --git a/src/gui/themecolortype.h b/src/gui/themecolortype.inc index 666aebbc8..666aebbc8 100644 --- a/src/gui/themecolortype.h +++ b/src/gui/themecolortype.inc |