1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

Use currently selected timeformat (in SelectionBar) as default for Label dialog

This commit is contained in:
lllucius@gmail.com
2011-01-25 04:50:02 +00:00
parent 337695ee19
commit 7d889359c5
3 changed files with 11 additions and 5 deletions

View File

@@ -37,7 +37,8 @@ class LabelDialog:public wxDialog
DirManager *dirmanager,
TrackList *tracks,
ViewInfo &viewinfo,
double rate);
double rate,
const wxString & format);
~LabelDialog();
virtual bool Show(bool show = true);