summaryrefslogtreecommitdiff
path: root/amiga/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/theme.c')
-rw-r--r--amiga/theme.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/theme.c b/amiga/theme.c
index 399a11663..8076bdf0a 100644
--- a/amiga/theme.c
+++ b/amiga/theme.c
@@ -140,7 +140,7 @@ void ami_theme_init(void)
if(!lock)
{
- warn_user("ThemeApplyErr",nsoption_charp(theme));
+ amiga_warn_user("ThemeApplyErr",nsoption_charp(theme));
strcpy(themefile,"PROGDIR:Resources/Themes/Default/Theme");
nsoption_set_charp(theme, (char *)strdup("PROGDIR:Resources/Themes/Default"));
}
@@ -447,7 +447,7 @@ void gui_window_stop_throbber(struct gui_window *g)
if(g == g->shared->gw) {
if(ami_gui_get_space_box(g->shared->objects[GID_THROBBER], &bbox) != NSERROR_OK) {
- warn_user("NoMemory", "");
+ amiga_warn_user("NoMemory", "");
return;
}
@@ -479,7 +479,7 @@ static void ami_throbber_update(void *p)
if(g->shared->gw == g) {
if(ami_gui_get_space_box(g->shared->objects[GID_THROBBER], &bbox) != NSERROR_OK) {
- warn_user("NoMemory", "");
+ amiga_warn_user("NoMemory", "");
return;
}
#ifdef __amigaos4__