Add needed space in "Window dialog"

Fix #9542
pull/9544/head
Don HO 4 years ago
parent 35584b379f
commit 1eaaf45d87
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

@ -868,6 +868,7 @@ void WindowsDlg::doCount()
generic_string msg = pNativeSpeaker->getAttrNameStr(TEXT("Windows"), "Dialog", "Window", "title");
msg += TEXT(" - ");
msg += pNativeSpeaker->getAttrNameStr(TEXT("Total documents: "), WD_ROOTNODE, WD_NBDOCSTOTAL);
msg += TEXT(" ");
msg += to_wstring(_idxMap.size());
SetWindowText(_hSelf,msg.c_str());
}

Loading…
Cancel
Save