summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 1821abaa5..0248476cc 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -398,6 +398,8 @@ void ro_gui_choose_language(void)
}
switch (country) {
case 7: /* Germany */
+ case 30: /* Austria */
+ case 35: /* Switzerland (70% German-speaking) */
lang = "de";
break;
case 6: /* France */