mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Fix error MessageBox when failing to copy to remote host.
This commit is contained in:
committed by
Baldur Karlsson
parent
b225731a2f
commit
8e7c920ef0
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user