aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/ewindowstyleskinned.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gui/ewindowstyleskinned.cpp')
-rw-r--r--lib/gui/ewindowstyleskinned.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gui/ewindowstyleskinned.cpp b/lib/gui/ewindowstyleskinned.cpp
index 20d508f6..5da4696e 100644
--- a/lib/gui/ewindowstyleskinned.cpp
+++ b/lib/gui/ewindowstyleskinned.cpp
@@ -196,13 +196,13 @@ RESULT eWindowStyleSkinned::getFont(int what, ePtr<gFont> &fnt)
switch (what)
{
case fontStatic:
- fnt = new gFont("Arial", 12);
+ fnt = new gFont("Regular", 12);
break;
case fontButton:
- fnt = new gFont("Arial", 20);
+ fnt = new gFont("Regular", 20);
break;
case fontTitlebar:
- fnt = new gFont("Arial", 25);
+ fnt = new gFont("Regular", 25);
break;
default:
return -1;