1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-28 15:38:48 +01:00

Organise the occult commands in the Preferences Key View.

This commit is contained in:
James Crook
2017-04-21 15:47:17 +01:00
parent 592453082b
commit 031f8413f4
5 changed files with 194 additions and 119 deletions

View File

@@ -356,7 +356,7 @@ KeyView::SetView(ViewByType type)
int nLines = mLines.GetCount();
int flags = 8;
for(int i=0;i<nLines;i++){
wxLogDebug("T.Add( %2i, %2i, 0, new wxString(\"%s<>%s\") );", mLines[i]->depth-1, flags, mLines[i]->label,mLines[i]->key );
wxLogDebug("T.Add( %2i, %2i, 0, \"%s<>%s\" );", mLines[i]->depth-1, flags, mLines[i]->label,mLines[i]->key );
}
#endif