summaryrefslogtreecommitdiff
path: root/riscos/configure/con_language.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-26 15:16:33 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-26 15:16:33 +0100
commit8fd04922cc25bfd2205881fc5d4220c84b2c6fe0 (patch)
tree807795da126c6d1a7617007016c8cd05ba90e4a3 /riscos/configure/con_language.c
parent6a36d4ec2b6fd8ac52da2c3883b4776aec14ba2d (diff)
downloadnetsurf-8fd04922cc25bfd2205881fc5d4220c84b2c6fe0.tar.gz
netsurf-8fd04922cc25bfd2205881fc5d4220c84b2c6fe0.tar.bz2
update RISC OS frontend to not use the depricated warn_user API
Diffstat (limited to 'riscos/configure/con_language.c')
-rw-r--r--riscos/configure/con_language.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/configure/con_language.c b/riscos/configure/con_language.c
index 48c20fc46..b12a79588 100644
--- a/riscos/configure/con_language.c
+++ b/riscos/configure/con_language.c
@@ -100,7 +100,7 @@ bool ro_gui_options_language_ok(wimp_w w)
nsoption_set_charp(language, temp);
} else {
LOG("No memory to duplicate language code");
- warn_user("NoMemory", 0);
+ ro_warn_user("NoMemory", 0);
}
}
}
@@ -115,7 +115,7 @@ bool ro_gui_options_language_ok(wimp_w w)
nsoption_set_charp(accept_language,temp);
} else {
LOG("No memory to duplicate language code");
- warn_user("NoMemory", 0);
+ ro_warn_user("NoMemory", 0);
}
}
}