A small fix for trunk as its stoped starting after the recent round of merges.

bzr-revno: 2185
This commit is contained in:
Philip Ridout 2013-02-17 13:53:58 +01:00 committed by Andreas Preikschat
commit 45ea9c5c42
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):