This commit is contained in:
Kovid Goyal 2017-04-03 17:20:31 +05:30
parent dd5a377140
commit 3eea31897e
2 changed files with 2 additions and 2 deletions

View File

@ -909,7 +909,7 @@ There are several possible things I know of, that can cause this:
computer. Known culprits include: *SpiderOak*, *odrive sync* and *Dell
Backup and Recovery*. If you have one of these, uninstall them and you
will be fine. You can also use the
`NirSoft Shell Extension Viewer <http://www.nirsoft.net/utils/shexview.html>`_
`NirSoft Shell Extension Viewer <https://www.nirsoft.net/utils/shexview.html>`_
to see what shell extensions are installed on your system
and disable them individually, if you dont want to uninstall the full program.
Remember to use "Restart Explorer" or reboot your computer after

View File

@ -382,7 +382,7 @@ class CreateCustomColumn(QDialog):
'will create a field displaying the title in bold large '
'characters, along with the series, for example <br>"<big><b>'
'An Oblique Approach</b></big> [Belisarius [1]]". The template '
'<pre>&lt;a href="http://www.beam-ebooks.de/ebook/{identifiers'
'<pre>&lt;a href="https://www.beam-ebooks.de/ebook/{identifiers'
':select(beam)}"&gt;Beam book&lt;/a&gt;</pre> '
'will generate a link to the book on the Beam ebooks site.') + '</p>')
l.addWidget(cch)