HSAdmin Backend Domains, E-Mail, Datenbanken
Peter Hormanns
2012-01-21 1fe212e809cb69e1c4f61d7cdcb934742cfe2ff9
fix #82 (untested)
1 files modified
2 ■■■ changed files
hsarweb/src/de/hsadmin/web/MainApplication.java 2 ●●● patch | view | raw | blame | history
hsarweb/src/de/hsadmin/web/MainApplication.java
@@ -162,7 +162,7 @@
    }
    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) {