diff --git a/Framework/Properties/Mantid.properties.template b/Framework/Properties/Mantid.properties.template index b48c5203a4b1ea5cfccc37a75629c764d38df257..6d0e9588ab3f449517fefa36d580eec9a34c063f 100644 --- a/Framework/Properties/Mantid.properties.template +++ b/Framework/Properties/Mantid.properties.template @@ -20,7 +20,7 @@ default.instrument = Q.convention = Inelastic # Set of PyQt interfaces to add to the Interfaces menu, separated by a space. Interfaces are seperated from their respective categories by a "/". -mantidqt.python_interfaces = Direct/DGS_Reduction.py Direct/DGSPlanner.py Direct/PyChop.py SANS/ORNL_SANS.py Reflectometry/REFL_Reduction.py Reflectometry/REFL_SF_Calculator.py Reflectometry/REFM_Reduction.py Utility/TofConverter.py Reflectometry/ISIS_Reflectometry.py Diffraction/Powder_Diffraction_Reduction.py Utility/FilterEvents.py Diffraction/HFIR_Powder_Diffraction_Reduction.py Diffraction/HFIR_4Circle_Reduction.py Utility/QECoverage.py +mantidqt.python_interfaces = Direct/DGS_Reduction.py Direct/DGSPlanner.py Direct/PyChop.py SANS/ORNL_SANS.py Reflectometry/REFL_Reduction.py Reflectometry/REFL_SF_Calculator.py Reflectometry/REFM_Reduction.py Utility/TofConverter.py Reflectometry/ISIS_Reflectometry_(Old).py Diffraction/Powder_Diffraction_Reduction.py Utility/FilterEvents.py Diffraction/HFIR_Powder_Diffraction_Reduction.py Diffraction/HFIR_4Circle_Reduction.py Utility/QECoverage.py mantidqt.python_interfaces_directory = @MANTID_ROOT@/scripts diff --git a/docs/source/release/v3.10.0/reflectometry.rst b/docs/source/release/v3.10.0/reflectometry.rst index 4e63c2008936db5985224475aeced76fa56b2b38..2c9ad996bf833f152f08580cbaf919391a3578ac 100644 --- a/docs/source/release/v3.10.0/reflectometry.rst +++ b/docs/source/release/v3.10.0/reflectometry.rst @@ -12,12 +12,16 @@ ConvertToReflectometryQ Reflectometry Reduction Interface --------------------------------- -ISIS Reflectometry (Polref) -########################### - ISIS Reflectometry ################## +- Interface `ISIS Reflectometry (Polref)` has been renamed to `ISIS Reflectometry`. + +ISIS Reflectometry (Old) +######################## + +- Interface `ISIS Reflectometry` has been renamed to `ISIS Reflectometry (Old)`. + | `Full list of changes on github <http://github.com/mantidproject/mantid/pulls?q=is%3Apr+milestone%3A%22Release+3.10%22+is%3Amerged+label%3A%22Component%3A+Reflectometry%22>`__ diff --git a/scripts/ISIS_Reflectometry.py b/scripts/ISIS_Reflectometry_(Old).py similarity index 100% rename from scripts/ISIS_Reflectometry.py rename to scripts/ISIS_Reflectometry_(Old).py diff --git a/scripts/Interface/ui/reflectometer/refl_window.ui b/scripts/Interface/ui/reflectometer/refl_window.ui index 19206e2136a963e82ead9296242a80f863a5037b..861fbff42c8cdc5a24a3ada6c408e915720fb589 100644 --- a/scripts/Interface/ui/reflectometer/refl_window.ui +++ b/scripts/Interface/ui/reflectometer/refl_window.ui @@ -14,7 +14,7 @@ <bool>true</bool> </property> <property name="windowTitle"> - <string>ISIS Reflectometry</string> + <string>ISIS Reflectometry (Old)</string> </property> <widget class="QWidget" name="widgetMainRow"> <layout class="QVBoxLayout" name="layoutBase">