From d86179c9383e242c1ecbab046ca53f160c7e7459 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 18 Aug 2015 10:02:08 +0530 Subject: [PATCH] ... --- src/calibre/gui2/widgets2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/widgets2.py b/src/calibre/gui2/widgets2.py index 606e3380eb..a9d8c60584 100644 --- a/src/calibre/gui2/widgets2.py +++ b/src/calibre/gui2/widgets2.py @@ -137,7 +137,7 @@ class Dialog(QDialog): ''' An improved version of Qt's QDialog class. This automatically remembers the last used size, automatically connects the signals for QDialogButtonBox, - automatically sets the window title and if the dialog has an object names + automatically sets the window title and if the dialog has an object named splitter, automatically saves the splitter state. In order to use it, simply subclass an implement setup_ui(). You can also