Fix error MessageBox when failing to copy to remote host.

This commit is contained in:
Michael Rennie
2016-11-09 19:08:32 +00:00
committed by Baldur Karlsson
parent b225731a2f
commit 8e7c920ef0
+1 -1
View File
@@ -827,7 +827,7 @@ namespace renderdocui.Windows
}
catch (Exception)
{
MessageBox.Show("Couldn't copy " + filename + " to remote host for replaying", "Error copying to remote",
MessageBox.Show("Couldn't copy " + origFilename + " to remote host for replaying", "Error copying to remote",
MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}