fix #82 (untested)

This commit is contained in:
Peter Hormanns 2012-01-21 15:56:54 +00:00
parent d8b9d2f62f
commit 1fe212e809

View File

@ -162,7 +162,7 @@ public class MainApplication extends Application implements HttpServletRequestLi
}
public void showUserException(Exception e) {
getMainWindow().showNotification("Anwendungs-Fehler", "<br/ >" + e.getMessage(), Notification.TYPE_WARNING_MESSAGE);
getMainWindow().showNotification("Anwendungs-Fehler", "<br/ >" + e.getMessage(), Notification.TYPE_ERROR_MESSAGE);
}
public void showSystemException(Exception e) {