Skip to content

Commit

Permalink
Re #5042 Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Mar 30, 2012
1 parent 56a00a8 commit f560f37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
12 changes: 1 addition & 11 deletions Code/Mantid/scripts/Interface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,9 @@
os.system("pyuic4 -o ui/ui_hfir_output.py ui/hfir_output.ui")
os.system("pyuic4 -o ui/ui_instrument_dialog.py ui/instrument_dialog.ui")

# REF - new
#os.system("pyuic4 -o ui/reflectometer/ui_advanced.py ui/reflectometer/advanced.ui")
#os.system("pyuic4 -o ui/reflectometer/ui_data_refl.py ui/reflectometer/data_refl.ui")
# REF
os.system("pyuic4 -o ui/reflectometer/ui_data_refl_simple.py ui/reflectometer/data_refl_simple.ui")
os.system("pyuic4 -o ui/reflectometer/ui_refm_reduction.py ui/reflectometer/refm_reduction.ui")
os.system("pyuic4 -o ui/reflectometer/ui_refl_stitching.py ui/reflectometer/refl_stitching.ui")
#os.system("pyuic4 -o ui/reflectometer/ui_merging_reflm.py ui/reflectometer/merging_refl.ui")
#os.system("pyuic4 -o ui/reflectometer/ui_merging_reflm.py ui/reflectometer/merging_refm.ui")
#os.system("pyuic4 -o ui/reflectometer/ui_norm_refl.py ui/reflectometer/norm_refl.ui")
#os.system("pyuic4 -o ui/reflectometer/ui_parameters_refl.py ui/reflectometer/parameters_refl.ui")
#os.system("pyuic4 -o ui/reflectometer/ui_parameters_refm.py ui/reflectometer/parameters_refm.ui")

# Example
#os.system("pyuic4 -o ui/ui_example.py ui/example.ui")
except:
print "Could not compile resource file"
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ skip</string>
<item>
<widget class="QLabel" name="max_q_unity_label">
<property name="text">
<string>Spectular ridge from</string>
<string>Critical edge from</string>
</property>
</widget>
</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'ui/reflectometer/refl_stitching.ui'
#
# Created: Thu Mar 29 16:55:29 2012
# Created: Fri Mar 30 16:23:19 2012
# by: PyQt4 UI code generator 4.7.4
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -182,7 +182,7 @@ def retranslateUi(self, Frame):
"points to\n"
"skip", None, QtGui.QApplication.UnicodeUTF8))
self.scale_to_one_chk.setText(QtGui.QApplication.translate("Frame", "Scale to unity", None, QtGui.QApplication.UnicodeUTF8))
self.max_q_unity_label.setText(QtGui.QApplication.translate("Frame", "Spectular ridge from", None, QtGui.QApplication.UnicodeUTF8))
self.max_q_unity_label.setText(QtGui.QApplication.translate("Frame", "Critical edge from", None, QtGui.QApplication.UnicodeUTF8))
self.label_6.setText(QtGui.QApplication.translate("Frame", "1/Å to ", None, QtGui.QApplication.UnicodeUTF8))
self.label_7.setText(QtGui.QApplication.translate("Frame", "1/Å ", None, QtGui.QApplication.UnicodeUTF8))
self.pick_unity_range_btn.setText(QtGui.QApplication.translate("Frame", "Pick range", None, QtGui.QApplication.UnicodeUTF8))
Expand Down

0 comments on commit f560f37

Please sign in to comment.