1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 22:28:57 +02:00

Improved logging of command list.

This commit is contained in:
James Crook 2017-04-19 21:44:35 +01:00
parent e9df6cb49f
commit 649e52d348

View File

@ -354,8 +354,9 @@ KeyView::SetView(ViewByType type)
#if 0
// JKC: Optional code to list commants and shortcuts to debug console.
int nLines = mLines.GetCount();
int flags = 8;
for(int i=0;i<nLines;i++){
wxLogDebug( "%i,%i,%s,%s", i, mLines[i]->depth, mLines[i]->label, mLines[i]->key );
wxLogDebug("T.Add( %2i, %2i, 0, new wxString(\"%s¬%s\") );", mLines[i]->depth-1, flags, mLines[i]->label,mLines[i]->key );
}
#endif