Fix debug info display regression

This regression was introduced by 83f0232d91

Fix #14921
This commit is contained in:
Don Ho 2024-03-30 23:44:09 +01:00
parent 26647ac9fd
commit 60034edf37
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ intptr_t CALLBACK DebugInfoDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM
_debugInfoStr += szProductName; _debugInfoStr += szProductName;
_debugInfoStr += L" ("; _debugInfoStr += L" (";
_debugInfoStr += (NppParameters::getInstance()).getWinVerBitStr(); _debugInfoStr += (NppParameters::getInstance()).getWinVerBitStr();
_debugInfoStr += L""; _debugInfoStr += L")";
_debugInfoStr += L"\r\n"; _debugInfoStr += L"\r\n";
if (szReleaseId[0] != '\0') if (szReleaseId[0] != '\0')