summaryrefslogtreecommitdiff
path: root/gtk/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/about.c')
-rw-r--r--gtk/about.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/about.c b/gtk/about.c
index 55df409c8..52672d5d2 100644
--- a/gtk/about.c
+++ b/gtk/about.c
@@ -32,6 +32,7 @@
#include "desktop/browser.h"
#include "desktop/version.h"
+#include "gtk/warn.h"
#include "gtk/compat.h"
#include "gtk/about.h"
@@ -61,7 +62,7 @@ static void about_open(const char *url_text)
}
if (ret != NSERROR_OK) {
- warn_user(messages_get_errorcode(ret), 0);
+ nsgtk_warning(messages_get_errorcode(ret), 0);
}
}