From f15f8ae1d3f1a6d46c610fc86840470f47bbe085 Mon Sep 17 00:00:00 2001
From: Steve Williams <stephen.williams@stfc.ac.uk>
Date: Wed, 19 Jan 2011 16:26:14 +0000
Subject: [PATCH] Work-around to be reversed before February. ISIS SANS GUI
 can't display the instruments in the instrument selector yet as it depends on
 index numbers in the old combo box re #1399

---
 Code/Mantid/Instrument/Facilities.xml                           | 2 ++
 .../inc/MantidQtCustomInterfaces/SANSRunWindow.ui               | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Code/Mantid/Instrument/Facilities.xml b/Code/Mantid/Instrument/Facilities.xml
index 6de579f33ca..3fb7cb9ca37 100644
--- a/Code/Mantid/Instrument/Facilities.xml
+++ b/Code/Mantid/Instrument/Facilities.xml
@@ -46,6 +46,7 @@
 
   <instrument name="LOQ">
     <technique>Small angle scattering</technique>
+    <technique>Steve W key remove before Feb2011</technique>
   </instrument>
 
   <instrument name="MAPS" shortname="MAP">
@@ -118,6 +119,7 @@
 
   <instrument name="SANS2D" zeropadding="8">
     <technique>Small angle scattering</technique>
+    <technique>Steve W key remove before Feb2011</technique>
   </instrument>
   
   <instrument name="WISH" zeropadding="8">
diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/SANSRunWindow.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/SANSRunWindow.ui
index c216b372fd8..7e99c37f975 100644
--- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/SANSRunWindow.ui
+++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/SANSRunWindow.ui
@@ -251,7 +251,7 @@
              <widget class="MantidQt::MantidWidgets::InstrumentSelector" name="inst_opt" >
               <property name="techniques" >
                <stringlist>
-                <string>Small angle scattering</string>
+                <string>Steve W key remove before Feb2011</string>
                </stringlist>
               </property>
              </widget>
-- 
GitLab