mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 15:54:17 +02:00
Fix not localized caption of FindReplaceDlg
Fixed not localized caption of FindReplaceDlg when it appear the first time. Closes #1395
This commit is contained in:
parent
0273917bbe
commit
d6c2d6cc9f
@ -301,6 +301,10 @@ public :
|
|||||||
tie.mask = TCIF_TEXT;
|
tie.mask = TCIF_TEXT;
|
||||||
tie.pszText = (TCHAR *)name2change;
|
tie.pszText = (TCHAR *)name2change;
|
||||||
TabCtrl_SetItem(_tab.getHSelf(), index, &tie);
|
TabCtrl_SetItem(_tab.getHSelf(), index, &tie);
|
||||||
|
|
||||||
|
TCHAR label[MAX_PATH];
|
||||||
|
_tab.getCurrentTitle(label, MAX_PATH);
|
||||||
|
::SetWindowText(_hSelf, label);
|
||||||
}
|
}
|
||||||
void beginNewFilesSearch()
|
void beginNewFilesSearch()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user