]> source.dussan.org Git - vaadin-framework.git/commitdiff
Corrected copy/paste error
authorArtur Signell <artur.signell@itmill.com>
Tue, 2 Mar 2010 14:09:19 +0000 (14:09 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 2 Mar 2010 14:09:19 +0000 (14:09 +0000)
svn changeset:11594/svn branch:6.3

src/com/vaadin/Application.java

index 0d6c5721d93b5e86e28cf0fe49cdbf0b4d8d9709..463d2344894fa30f5dc84ae8535ac843f0841765 100644 (file)
@@ -1304,9 +1304,9 @@ public abstract class Application implements URIHandler,
      * with the server.<br/>
      * Take note of any unsaved data, and <u>click here</u> to re-sync."</li>
      * <li><b>cookiesDisabledURL</b> = null</li>
-     * <li><b>outOfSyncNotificationEnabled</b> = true</li>
-     * <li><b>outOfSyncCaption</b> = "Cookies disabled"</li>
-     * <li><b>outOfSyncMessage</b> = "This application requires cookies to
+     * <li><b>cookiesDisabledNotificationEnabled</b> = true</li>
+     * <li><b>cookiesDisabledCaption</b> = "Cookies disabled"</li>
+     * <li><b>cookiesDisabledMessage</b> = "This application requires cookies to
      * function.<br/>
      * Please enable cookies in your browser and <u>click here</u> to try again.
      * </li>