Update pluginmenu.cpp

This commit is contained in:
EugenyP 2023-07-20 23:37:14 +07:00
parent cf898449f7
commit 28b4a090f3

View File

@ -42,7 +42,7 @@ void PlugInMenu_Add( QMenu* plugin_menu, IPlugIn* pPlugIn ){
MenuStack menuStack;
std::size_t nCount = pPlugIn->getCommandCount();
globalErrorStream() << pPlugIn->getMenuName() << " mismatched > <. " << menuStack.size() << " submenu(s) not closed.\n";
{
globalErrorStream() << pPlugIn->getMenuName() << " count: " << nCount << "\n";
if (nCount > 1) {