mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove trailing spaces.
This commit is contained in:
@@ -106,7 +106,7 @@ LabelDialog::LabelDialog(wxWindow *parent,
|
||||
wxBoxSizer *vs = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
// A little instruction
|
||||
wxStaticText *instruct =
|
||||
wxStaticText *instruct =
|
||||
new wxStaticText(this,
|
||||
wxID_ANY,
|
||||
_("Press F2 or double click to edit cell contents."));
|
||||
@@ -538,7 +538,7 @@ void LabelDialog::OnImport(wxCommandEvent & WXUNUSED(event))
|
||||
// into it
|
||||
LabelTrack *lt = new LabelTrack(mDirManager);
|
||||
lt->Import(f);
|
||||
|
||||
|
||||
// Add the labesls to our collection
|
||||
AddLabels(lt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user