From 51701903beb24fe59e90443b6f397d8847ea94ee Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 11 Jan 2009 01:24:12 +0900 Subject: [PATCH] fix deck properties help links --- ankiqt/ui/deckproperties.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ankiqt/ui/deckproperties.py b/ankiqt/ui/deckproperties.py index ca821ec40..77c9b7bd4 100644 --- a/ankiqt/ui/deckproperties.py +++ b/ankiqt/ui/deckproperties.py @@ -13,9 +13,8 @@ from anki.deck import revCardOrderLabels from anki.utils import hexifyID, dehexifyID from anki.lang import ngettext -tabs = ("Scheduling", +tabs = ("ModelsAndPriorities", "Synchronization", - "Models", "Advanced") class DeckProperties(QDialog):