From: Artur Signell Date: Tue, 2 Mar 2010 14:09:19 +0000 (+0000) Subject: Corrected copy/paste error X-Git-Tag: 6.7.0.beta1~1999 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d959c77523f807aed1f7ed4920d5f584c0f8f831;p=vaadin-framework.git Corrected copy/paste error svn changeset:11594/svn branch:6.3 --- 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. *