1.14.3
This commit is contained in:
parent
72d1510517
commit
57947197b6
|
@ -1648,7 +1648,7 @@ void CSandMan::OnMessage(const QString& MsgData)
|
|||
theAPI->GetBoxByName(respone)->AppendText("ForceFolder", Message.mid(4).replace("\"",""));
|
||||
}
|
||||
else {
|
||||
theAPI->GetBoxByName(respone)->AppendText("ForceProcess", Message.mid(4).replace("\"", "").mid(Message.lastIndexOf("\\")));
|
||||
theAPI->GetBoxByName(respone)->AppendText("ForceProcess", Message.mid(4).replace("\"", "").mid(Message.mid(4).replace("\"", "").lastIndexOf("\\")+1));
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue