From: Artur Signell Date: Tue, 17 Nov 2009 13:00:19 +0000 (+0000) Subject: Merged: Re-added session expired system messages caption that was deleted in [9632] X-Git-Tag: 6.7.0.beta1~2290 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bf4c8dce903fcd32f9c37c0e7ea8c59ec694fa8f;p=vaadin-framework.git Merged: Re-added session expired system messages caption that was deleted in [9632] svn changeset:9840/svn branch:6.2 --- diff --git a/src/com/vaadin/Application.java b/src/com/vaadin/Application.java index f0369a898a..3349ee3e5a 100644 --- a/src/com/vaadin/Application.java +++ b/src/com/vaadin/Application.java @@ -1321,7 +1321,7 @@ public abstract class Application implements URIHandler, public static class SystemMessages implements Serializable { protected String sessionExpiredURL = null; protected boolean sessionExpiredNotificationEnabled = true; - protected String sessionExpiredCaption = ""; + protected String sessionExpiredCaption = "Session Expired"; protected String sessionExpiredMessage = "Take note of any unsaved data, and click here to continue."; protected String communicationErrorURL = null;