1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

plString-ify plOperationProgress

This commit is contained in:
2013-11-24 16:24:37 -05:00
parent febc69cf2f
commit 7da0467609
6 changed files with 26 additions and 50 deletions

View File

@ -188,7 +188,7 @@ void plNCAgeJoiner::IDispatchMsgReceiveCallback () {
void plNCAgeJoiner::IResMgrProgressBarCallback (plKey key) {
#ifndef PLASMA_EXTERNAL_RELEASE
if (s_instance)
s_instance->progressBar->SetStatusText(key->GetName().c_str());
s_instance->progressBar->SetStatusText(key->GetName());
#endif
}