summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 1cfc7690a..ad9e513bc 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -296,6 +296,9 @@ void ro_gui_choose_language(void)
country = 1;
}
switch (country) {
+ case 7: /* Germany */
+ lang = "de";
+ break;
case 6: /* France */
case 18: /* Canada2 (French Canada?) */
lang = "fr";