Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
381848a4
Commit
381848a4
authored
Jul 24, 2018
by
eric pellegrini
Browse files
Fix bug when opening theoretical help on MacOS
parent
36d44994
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/MainFrame.py
View file @
381848a4
...
...
@@ -284,7 +284,7 @@ Authors:
def
on_theory_help
(
self
,
event
):
webbrowser
.
open
(
os
.
path
.
join
(
PLATFORM
.
doc_path
(),
'theory_help.pdf'
))
webbrowser
.
open
(
"file://%s"
%
os
.
path
.
join
(
PLATFORM
.
doc_path
(),
'theory_help.pdf'
))
def
on_open_classes_registry
(
self
,
event
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment