aboutsummaryrefslogtreecommitdiff
path: root/main/enigma-gdi.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-05-20 19:41:31 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-05-20 19:41:31 +0000
commit4c1d83d373b4a0737da668945d1ddb3278b6c3b7 (patch)
treeb03235e5b74eacfe2092ba1b62493ecb2c7a903e /main/enigma-gdi.cpp
parent1eb32db73e712e251ca1c52654649a3afc364dde (diff)
downloadenigma2-4c1d83d373b4a0737da668945d1ddb3278b6c3b7.tar.gz
enigma2-4c1d83d373b4a0737da668945d1ddb3278b6c3b7.zip
work on rotor support, add usals stuff (rotor stuff not completed yet),
only send diseqc when needed
Diffstat (limited to 'main/enigma-gdi.cpp')
-rw-r--r--main/enigma-gdi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/enigma-gdi.cpp b/main/enigma-gdi.cpp
index d0010adf..003a3cc8 100644
--- a/main/enigma-gdi.cpp
+++ b/main/enigma-gdi.cpp
@@ -68,7 +68,7 @@ int main()
pal[a | 0x10] = (0x111111 * a) | 0xFF;
p.setPalette(pal, 0, 256);
- fontRenderClass::getInstance()->AddFont("/dbox2/cdkroot/share/fonts/arial.ttf", "Arial", 100);
+ fontRenderClass::getInstance()->AddFont("/usr/share/fonts/arial.ttf", "Arial", 100);
p.resetClip(gRegion(eRect(0, 0, 720, 576)));