Fixed a typo
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ class ToHtml(Tokenizer):
|
|||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def getStylesheet(self):
|
def getStyleSheet(self):
|
||||||
"""Generate a stylesheet appropriate for the current settings.
|
"""Generate a stylesheet appropriate for the current settings.
|
||||||
"""
|
"""
|
||||||
theStyles = []
|
theStyles = []
|
||||||
|
|||||||
+1
-1
@@ -351,7 +351,7 @@ class GuiBuildNovel(QDialog):
|
|||||||
|
|
||||||
tEnd = time()
|
tEnd = time()
|
||||||
logger.debug("Built project in %.3f ms" % (1000*(tEnd-tStart)))
|
logger.debug("Built project in %.3f ms" % (1000*(tEnd-tStart)))
|
||||||
self.htmlStyle = makeHtml.getStylesheet()
|
self.htmlStyle = makeHtml.getStyleSheet()
|
||||||
|
|
||||||
# Load the preview document with the html data
|
# Load the preview document with the html data
|
||||||
self.docView.setStyleSheet(self.htmlStyle)
|
self.docView.setStyleSheet(self.htmlStyle)
|
||||||
|
|||||||
Reference in New Issue
Block a user