Skip to content

Commit

Permalink
Re #7385. Changed label in slice view to Int/SigInt
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jul 25, 2013
1 parent 7df9216 commit 5983234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/SliceViewer/src/QPeaksTableModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace MantidQt
const QString QPeaksTableModel::DSPACING = "DSpacing";
const QString QPeaksTableModel::INT = "Intens";
const QString QPeaksTableModel::SIGMINT = "SigInt";
const QString QPeaksTableModel::INT_SIGINT("I/sigmaI");
const QString QPeaksTableModel::INT_SIGINT("Int/SigInt");
const QString QPeaksTableModel::BINCOUNT("BinCount");
const QString QPeaksTableModel::BANKNAME("BankName");
const QString QPeaksTableModel::ROW("Row");
Expand Down

0 comments on commit 5983234

Please sign in to comment.