okrc 2022-10-18 21:37:26 +08:00
parent 3d58fe8d3f
commit 0834eb1135
No known key found for this signature in database
GPG Key ID: 7BFFDD3B3BF40F01
1 changed files with 1 additions and 1 deletions

View File

@ -1234,7 +1234,7 @@ void CSbieView::OnSandBoxAction(QAction* Action, const QList<CSandBoxPtr>& SandB
if (!TestNameAndWarn(Value))
return;
SB_STATUS Status = SandBoxes.first()->RenameBox(Value);
SB_STATUS Status = SandBoxes.first()->RenameBox(Value.replace(" ", "_"));
if (!Status.IsError())
RenameItem(OldValue.replace(" ", "_"), Value.replace(" ", "_"));
Results.append(Status);