mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 14:54:39 +02:00
parent
35584b379f
commit
1eaaf45d87
@ -868,6 +868,7 @@ void WindowsDlg::doCount()
|
|||||||
generic_string msg = pNativeSpeaker->getAttrNameStr(TEXT("Windows"), "Dialog", "Window", "title");
|
generic_string msg = pNativeSpeaker->getAttrNameStr(TEXT("Windows"), "Dialog", "Window", "title");
|
||||||
msg += TEXT(" - ");
|
msg += TEXT(" - ");
|
||||||
msg += pNativeSpeaker->getAttrNameStr(TEXT("Total documents: "), WD_ROOTNODE, WD_NBDOCSTOTAL);
|
msg += pNativeSpeaker->getAttrNameStr(TEXT("Total documents: "), WD_ROOTNODE, WD_NBDOCSTOTAL);
|
||||||
|
msg += TEXT(" ");
|
||||||
msg += to_wstring(_idxMap.size());
|
msg += to_wstring(_idxMap.size());
|
||||||
SetWindowText(_hSelf,msg.c_str());
|
SetWindowText(_hSelf,msg.c_str());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user