mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-14 15:48:21 +02:00
Improved logging of command list.
This commit is contained in:
parent
e9df6cb49f
commit
649e52d348
@ -354,8 +354,9 @@ KeyView::SetView(ViewByType type)
|
|||||||
#if 0
|
#if 0
|
||||||
// JKC: Optional code to list commants and shortcuts to debug console.
|
// JKC: Optional code to list commants and shortcuts to debug console.
|
||||||
int nLines = mLines.GetCount();
|
int nLines = mLines.GetCount();
|
||||||
|
int flags = 8;
|
||||||
for(int i=0;i<nLines;i++){
|
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
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user