From 42d6ffc249f78aea1ebcc2272f8566cd711b23bb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 2 Sep 2013 10:31:50 +0530 Subject: [PATCH] ... --- src/calibre/gui2/library/alternate_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/library/alternate_views.py b/src/calibre/gui2/library/alternate_views.py index 63f0dc42cd..cd8f78202d 100644 --- a/src/calibre/gui2/library/alternate_views.py +++ b/src/calibre/gui2/library/alternate_views.py @@ -750,7 +750,7 @@ class GridView(QListView): def handle_mouse_press_event(self, ev): if QApplication.keyboardModifiers() & Qt.ShiftModifier: - # Shift-Click in QLitView is broken. It selects extra items in + # Shift-Click in QListView is broken. It selects extra items in # various circumstances, for example, click on some item in the # middle of a row then click on an item in the next row, all items # in the first row will be selected instead of only items after the