Skip to content

Commit

Permalink
Add 'mha', 'mhd', 'TIFF' to help text (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanicaSTFC authored Oct 11, 2024
1 parent ebf0515 commit 691142b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Bug fixes:

Documentation:
* Add citations #349
* Add 'mha', 'mhd', 'TIFF' to help text #365

Dependencies:
* Add pandas #335
Expand Down
2 changes: 1 addition & 1 deletion src/idvc/dvc_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def CreateHelpPanel(self):
formLayout = help_panel[6]
self.help_dock = dockWidget

self.help_text = ["Please use 'raw' or 'npy' images.\n"
self.help_text = ["Please use 'mha', 'mhd', npy', 'raw' or 'TIFF' images.\n"
"You can view the shortcuts for the viewer by clicking on the 2D image and then pressing the 'h' key."]

self.help_text.append(
Expand Down

0 comments on commit 691142b

Please sign in to comment.