mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-29 00:34:24 +02:00
Fix debug info display regression
This regression was introduced by 83f0232d910444c6683a5dc104732b7c73c53b87 Fix #14921
This commit is contained in:
parent
26647ac9fd
commit
60034edf37
@ -287,7 +287,7 @@ intptr_t CALLBACK DebugInfoDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM
|
||||
_debugInfoStr += szProductName;
|
||||
_debugInfoStr += L" (";
|
||||
_debugInfoStr += (NppParameters::getInstance()).getWinVerBitStr();
|
||||
_debugInfoStr += L"";
|
||||
_debugInfoStr += L")";
|
||||
_debugInfoStr += L"\r\n";
|
||||
|
||||
if (szReleaseId[0] != '\0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user