mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
parent
39ab226c8c
commit
95cb564c27
@ -6802,8 +6802,7 @@ void Notepad_plus::launchFileBrowser(const vector<generic_string> & folders, con
|
||||
_pFileBrowser = new FileBrowser;
|
||||
_pFileBrowser->init(_pPublicInterface->getHinst(), _pPublicInterface->getHSelf());
|
||||
|
||||
tTbData data;
|
||||
memset(&data, 0, sizeof(data));
|
||||
tTbData data = {};
|
||||
_pFileBrowser->create(&data, _nativeLangSpeaker.isRTL());
|
||||
data.pszName = TEXT("ST");
|
||||
|
||||
@ -6912,8 +6911,7 @@ void Notepad_plus::launchProjectPanel(int cmdID, ProjectPanel ** pProjPanel, int
|
||||
(*pProjPanel)->setWorkSpaceFilePath(nppParam.getWorkSpaceFilePath(panelID));
|
||||
NativeLangSpeaker *pNativeSpeaker = nppParam.getNativeLangSpeaker();
|
||||
bool isRTL = pNativeSpeaker->isRTL();
|
||||
tTbData data;
|
||||
memset(&data, 0, sizeof(data));
|
||||
tTbData data = {};
|
||||
(*pProjPanel)->create(&data, isRTL);
|
||||
data.pszName = TEXT("ST");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user