mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 13:54:54 +02:00
Enhance debug info display message
This commit is contained in:
parent
773397d6ea
commit
c54bc72b90
@ -159,7 +159,7 @@ INT_PTR CALLBACK DebugInfoDlg::run_dlgProc(UINT message, WPARAM wParam, LPARAM /
|
|||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
_debugInfoStr += TEXT("Plugins : ");
|
_debugInfoStr += TEXT("Plugins : ");
|
||||||
_debugInfoStr += _loadedPlugins;
|
_debugInfoStr += _loadedPlugins.length() == 0 ? TEXT("none") : _loadedPlugins;
|
||||||
_debugInfoStr += TEXT("\r\n");
|
_debugInfoStr += TEXT("\r\n");
|
||||||
|
|
||||||
::SetDlgItemText(_hSelf, IDC_DEBUGINFO_EDIT, _debugInfoStr.c_str());
|
::SetDlgItemText(_hSelf, IDC_DEBUGINFO_EDIT, _debugInfoStr.c_str());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user