Fixed OpenLP not starting

This commit is contained in:
phill-ridout 2013-02-17 08:29:23 +00:00
parent e9ac83bf47
commit ba37105bbf
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class PptviewController(PresentationController):
if self.process:
return
log.debug(u'start PPTView')
dllpath = os.path.join(self.plugin_manager.basepath, u'presentations', u'lib', u'pptviewlib',
dllpath = os.path.join(self.plugin_manager.base_path, u'presentations', u'lib', u'pptviewlib',
u'pptviewlib.dll')
self.process = cdll.LoadLibrary(dllpath)
if log.isEnabledFor(logging.DEBUG):