mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
parent
35584b379f
commit
1eaaf45d87
@ -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…
x
Reference in New Issue
Block a user