aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/alert_box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/alert_box.c b/ui/alert_box.c
index d49c30b660..865f130781 100644
--- a/ui/alert_box.c
+++ b/ui/alert_box.c
@@ -55,7 +55,7 @@ vfailure_alert_box(const char *msg_format, va_list ap)
void
vwarning_alert_box(const char *msg_format, va_list ap)
{
- vsimple_error_message_box(msg_format, ap);
+ vsimple_warning_message_box(msg_format, ap);
}
/*