diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-26 03:11:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-26 03:11:44 +0300 |
commit | 06db32f677e630efaf716de5655e72af920dcaf6 (patch) | |
tree | 85837a53bd85d63a5765bf619ed60f6610746e1a /src/gui/theme.cpp | |
parent | 839c541b991703b609d6a362222787347faac789 (diff) | |
download | plus-06db32f677e630efaf716de5655e72af920dcaf6.tar.gz plus-06db32f677e630efaf716de5655e72af920dcaf6.tar.bz2 plus-06db32f677e630efaf716de5655e72af920dcaf6.tar.xz plus-06db32f677e630efaf716de5655e72af920dcaf6.zip |
Rename themecolortype.h into themecolortype.inc.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 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()) |