Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
37f23a11
Commit
37f23a11
authored
Sep 01, 2017
by
VIGNET Pierre
Browse files
Fix missing legend file; fix url of online manual
parent
ed6359d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
gui/cadbiom_gui/gt_gui/chart_misc_widgets.py
View file @
37f23a11
...
...
@@ -320,7 +320,11 @@ class LegendWindow(object):
self
.
win
.
set_position
(
gtk
.
WIN_POS_CENTER
)
self
.
win
.
connect
(
"destroy"
,
self
.
on_destroy
)
image
=
gtk
.
Image
()
image
.
set_from_file
(
"cadbiom_gui/gt_gui/legend.png"
)
template
=
pkg_resources
.
resource_filename
(
__name__
,
"legend.png"
)
image
.
set_from_file
(
template
)
image
.
show
()
self
.
win
.
add
(
image
)
...
...
gui/cadbiom_gui/gt_gui/charter.py
View file @
37f23a11
...
...
@@ -618,7 +618,7 @@ class Charter(object):
"""
Doc
"""
url
=
'
doc/manual/manual
.html'
url
=
'
http://cadbiom.genouest.org/cw_support
.html'
webbrowser
.
open
(
url
)
return
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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