aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/about.cpp')
-rw-r--r--gui/about.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/about.cpp b/gui/about.cpp
index 1dc55b985d..981a50aef5 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -200,8 +200,8 @@ void AboutDialog::drawDialog() {
for (int line = firstLine; line < lastLine; line++) {
const char *str = _lines[line].c_str();
- Theme::kTextAlign align = Theme::kTextAlignCenter;
- Theme::kState state = Theme::kStateEnabled;
+ Theme::TextAlign align = Theme::kTextAlignCenter;
+ Theme::State state = Theme::kStateEnabled;
while (str[0] == '\\') {
switch (str[1]) {
case 'C':