From 3febb3b7ec457c4fde69bb5dedcdd196c6470ede Mon Sep 17 00:00:00 2001 From: jeena Date: Tue, 9 Apr 2013 23:04:17 +0200 Subject: [PATCH] changed to Next View --- Qt/Windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt/Windows.py b/Qt/Windows.py index 4d67936..6cca8f3 100644 --- a/Qt/Windows.py +++ b/Qt/Windows.py @@ -154,7 +154,7 @@ class Timeline: searchAction.setStatusTip("Show Search") searchAction.triggered.connect(self.app.search_show) - nextAction = QtGui.QAction("&Next", self.window) + nextAction = QtGui.QAction("&Next View", self.window) nextAction.setShortcut("Ctrl+6") nextAction.setStatusTip("Show Next") nextAction.triggered.connect(self.app.next_show)