Commit a5829365f4530d8da10acb025d3d0954c4701ab7
1 parent
3289c90d
Exists in
master
and in
57 other branches
Reverted the alteration on SAMPLE_DIR constant
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
... | ... | @@ -297,7 +297,7 @@ WINDOW_LEVEL = {_("Abdomen"):(350,50), |
297 | 297 | REDUCE_IMAGEDATA_QUALITY = 0 |
298 | 298 | |
299 | 299 | ICON_DIR = os.path.abspath(os.path.join('..', 'icons')) |
300 | -SAMPLE_DIR = "/usr/share/doc/invesalius-examples/examples/" | |
300 | +SAMPLE_DIR = os.path.abspath(os.path.join('..', 'samples')) | |
301 | 301 | DOC_DIR = os.path.abspath(os.path.join('..', 'docs')) |
302 | 302 | |
303 | 303 | ... | ... |