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