From 1fe212e809cb69e1c4f61d7cdcb934742cfe2ff9 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Sat, 21 Jan 2012 15:56:54 +0000 Subject: [PATCH] fix #82 (untested) --- hsarweb/src/de/hsadmin/web/MainApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsarweb/src/de/hsadmin/web/MainApplication.java b/hsarweb/src/de/hsadmin/web/MainApplication.java index c430cc5..5f256a2 100644 --- a/hsarweb/src/de/hsadmin/web/MainApplication.java +++ b/hsarweb/src/de/hsadmin/web/MainApplication.java @@ -162,7 +162,7 @@ public class MainApplication extends Application implements HttpServletRequestLi } public void showUserException(Exception e) { - getMainWindow().showNotification("Anwendungs-Fehler", "
" + e.getMessage(), Notification.TYPE_WARNING_MESSAGE); + getMainWindow().showNotification("Anwendungs-Fehler", "
" + e.getMessage(), Notification.TYPE_ERROR_MESSAGE); } public void showSystemException(Exception e) {