Finish the error window implementation
This commit is contained in:
parent
a9ac98cd3d
commit
ec292f0178
7 changed files with 292 additions and 16 deletions
|
|
@ -104,7 +104,7 @@ void MainWindow::ShowErrorPane(const char* text)
|
|||
I_NetDone();
|
||||
}
|
||||
|
||||
PrintStr(text);
|
||||
// PrintStr(text);
|
||||
|
||||
size_t totalsize = 0;
|
||||
for (const FString& line : bufferedConsoleStuff)
|
||||
|
|
@ -115,7 +115,7 @@ void MainWindow::ShowErrorPane(const char* text)
|
|||
for (const FString& line : bufferedConsoleStuff)
|
||||
alltext.append(line.GetChars(), line.Len());
|
||||
|
||||
ErrorWindow::ExecModal(alltext);
|
||||
restartrequest = ErrorWindow::ExecModal(text, alltext);
|
||||
}
|
||||
|
||||
void MainWindow::ShowNetStartPane(const char* message, int maxpos)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue