diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index c96fe44..1b3acbe 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -463,6 +463,8 @@ class Frame(wx.Frame): """ path = os.path.join(const.DOC_DIR, "user_guide_pt_BR.pdf") + if sys.platform == 'darwin': + path = r'file://' + path webbrowser.open(path) def ShowImportDicomPanel(self): -- libgit2 0.21.2