forked from openlp/openlp
typo. Should really test before committing :)
This commit is contained in:
parent
23ca24cceb
commit
791c0e268e
@ -84,7 +84,7 @@ class PptviewController(PresentationController):
|
|||||||
dllpath = os.path.join(self.plugin.pluginManager.basepath,
|
dllpath = os.path.join(self.plugin.pluginManager.basepath,
|
||||||
u'presentations', u'lib', u'pptviewlib', u'pptviewlib.dll')
|
u'presentations', u'lib', u'pptviewlib', u'pptviewlib.dll')
|
||||||
self.process = cdll.LoadLibrary(dllpath)
|
self.process = cdll.LoadLibrary(dllpath)
|
||||||
if log.isEnabledFor(log.DEBUG):
|
if log.isEnabledFor(logging.DEBUG):
|
||||||
self.process.SetDebug(1)
|
self.process.SetDebug(1)
|
||||||
|
|
||||||
def kill(self):
|
def kill(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user