src/eric7/HelpViewer/HelpViewerImplQTB.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
26 26
27 from .HelpViewerImpl import HelpViewerImpl 27 from .HelpViewerImpl import HelpViewerImpl
28 28
29 AboutBlank = QCoreApplication.translate( 29 AboutBlank = QCoreApplication.translate(
30 "HelpViewer", 30 "HelpViewer",
31 "<html>" "<head><title>about:blank</title></head>" "<body></body>" "</html>", 31 "<html><head><title>about:blank</title></head><body></body></html>",
32 ) 32 )
33 33
34 PageNotFound = QCoreApplication.translate( 34 PageNotFound = QCoreApplication.translate(
35 "HelpViewer", 35 "HelpViewer",
36 """<html>""" 36 """<html>"""

eric ide

mercurial