Ticket #2892 (closed: fixed)
Improve display of PyQt interface names in MantidPlot menu
Reported by: | Russell Taylor | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | Iteration 29 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
The C++ interface names have been changed to have spaces, but the name displayed for PyQt interfaces is based off the file name.
One suggestion is to change an "_" into a space. This is a single line of code, but you then have the issue that the old name is also in the menu, coming from somewhere else. Having spaces in the filename is not an acceptable solution!
The name "HFIR_Reduction" should also be changed to something more specific.
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
- Status changed from new to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
(In [11304]) Replace underscore by spaces in the menu name. Re #2892