mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Slight tweak to dialog message
This commit is contained in:
@@ -338,7 +338,7 @@ namespace renderdocui.Windows
|
||||
if (disconnected)
|
||||
{
|
||||
MessageBox.Show("Remote server disconnected during replaying of this capture.\n" +
|
||||
"The replay will now be non-functional. To restore you will have to close the capture, allow\n" +
|
||||
"The replay will now be non-functional. To restore you will have to close the capture, allow " +
|
||||
"RenderDoc to reconnect and load the capture again",
|
||||
"Remote server disconnected",
|
||||
MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
|
||||
Reference in New Issue
Block a user