diff options
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 20ec774dc..f36a45579 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -983,7 +983,7 @@ static int readProgressType(const std::string &type) void Theme::loadColors(std::string file) { - if (file == "") + if (file.empty()) file = "colors.xml"; else file.append("/colors.xml"); |