Skip to content

Commit

Permalink
Change material name to formula
Browse files Browse the repository at this point in the history
Refs #10377
  • Loading branch information
DanNixon committed Oct 31, 2014
1 parent 1d4dbaa commit af7e481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -53,7 +53,7 @@ void MantidSampleMaterialDialog::updateMaterial()
QTreeWidgetItem *subSubItem;

item = new QTreeWidgetItem();
item->setText(0, "Name");
item->setText(0, "Formula");
item->setText(1, QString::fromStdString(material.name()));
m_uiForm.treeMaterialProperties->addTopLevelItem(item);

Expand Down
Expand Up @@ -57,7 +57,7 @@ public slots:

private:
/// Handle completion of algorithm started from UI
void finishHandle(const Mantid::API::IAlgorithm *alg);
virtual void finishHandle(const Mantid::API::IAlgorithm *alg);

/// Name of displayed workspace
QString m_wsName;
Expand Down

0 comments on commit af7e481

Please sign in to comment.