From d959c77523f807aed1f7ed4920d5f584c0f8f831 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 2 Mar 2010 14:09:19 +0000 Subject: [PATCH] Corrected copy/paste error svn changeset:11594/svn branch:6.3 --- src/com/vaadin/Application.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/vaadin/Application.java b/src/com/vaadin/Application.java index 0d6c5721d9..463d234489 100644 --- a/src/com/vaadin/Application.java +++ b/src/com/vaadin/Application.java @@ -1304,9 +1304,9 @@ public abstract class Application implements URIHandler, * with the server.
* Take note of any unsaved data, and click here to re-sync." *
  • cookiesDisabledURL = null
  • - *
  • outOfSyncNotificationEnabled = true
  • - *
  • outOfSyncCaption = "Cookies disabled"
  • - *
  • outOfSyncMessage = "This application requires cookies to + *
  • cookiesDisabledNotificationEnabled = true
  • + *
  • cookiesDisabledCaption = "Cookies disabled"
  • + *
  • cookiesDisabledMessage = "This application requires cookies to * function.
    * Please enable cookies in your browser and click here to try again. *
  • -- 2.39.5