summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings.c b/apps/settings.c
index a9257aa..b681471 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -634,15 +634,15 @@ bool settings_save_config(int options)
break;
}
else {
- gui_syncsplash(HZ, ID2P(LANG_CANCEL));
+ splash(HZ, ID2P(LANG_CANCEL));
return false;
}
}
if (settings_write_config(filename, options))
- gui_syncsplash(HZ, ID2P(LANG_SETTINGS_SAVED));
+ splash(HZ, ID2P(LANG_SETTINGS_SAVED));
else
- gui_syncsplash(HZ, ID2P(LANG_FAILED));
+ splash(HZ, ID2P(LANG_FAILED));
return true;
}