diff --git a/renderdocui/Windows/MainWindow.cs b/renderdocui/Windows/MainWindow.cs index 38e4cc66a..f90a795e0 100644 --- a/renderdocui/Windows/MainWindow.cs +++ b/renderdocui/Windows/MainWindow.cs @@ -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; }