From 6f676c8f03382a4515c85f496547bcbb2162728a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 14 Jan 2011 18:29:46 +0900 Subject: [PATCH] disable incremental reading on update --- ankiqt/ui/main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index c55425163..ba03077af 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -2683,6 +2683,9 @@ The regenerate reading field plugin has been disabled, as the Japanese \ support plugin supports this now. Please download the latest version.""")), ("Sync LaTeX with iPhone client.py", native % "sync LaTeX"), + ("Incremental Reading.py", + _("""The incremental reading plugin has been disabled because \ +it needs updates.""")), ("Learn Mode.py", _("""\ The learn mode plugin has been disabled because it needs to be rewritten \ to work with this version of Anki."""))