Skip to content

Commit

Permalink
refs #4328 Fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 16, 2012
1 parent 15003c8 commit 7705390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ void CreateMDWorkspace::createMDWorkspaceClicked()
}
}
//Report successful conversion.
std::string msg = "Success. Ouput MD files have been written to : " + algDlg.getLocation();
std::string msg = "Success. Ouput MD files have been written to : " + algDlg.getLocation().toStdString();
runConfirmation(msg);
}

Expand Down

0 comments on commit 7705390

Please sign in to comment.