summaryrefslogtreecommitdiff
path: root/src/gui/outfitwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/outfitwindow.cpp')
-rw-r--r--src/gui/outfitwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/outfitwindow.cpp b/src/gui/outfitwindow.cpp
index a23aad5df..2984b9139 100644
--- a/src/gui/outfitwindow.cpp
+++ b/src/gui/outfitwindow.cpp
@@ -90,8 +90,8 @@ OutfitWindow::OutfitWindow():
setMinWidth(145);
setMinHeight(283);
- mBorderColor = Theme::getThemeColor(Theme::BORDER, 64);
- mBackgroundColor = Theme::getThemeColor(Theme::BACKGROUND, 32);
+ mBorderColor = getThemeColor(Theme::BORDER, 64);
+ mBackgroundColor = getThemeColor(Theme::BACKGROUND, 32);
mCurrentLabel->setAlignment(gcn::Graphics::CENTER);
mKeyLabel->setAlignment(gcn::Graphics::CENTER);