mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 22:21:11 +02:00
@@ -870,16 +870,16 @@ wxDialogWrapper( parent, id, title, position, size, style | wxRESIZE_BORDER )
|
|||||||
{
|
{
|
||||||
S.SetBorder( 5 );
|
S.SetBorder( 5 );
|
||||||
|
|
||||||
StreamList = S
|
StreamList =
|
||||||
|
S
|
||||||
|
.Prop(1)
|
||||||
|
.Position(wxEXPAND | wxALIGN_LEFT | wxALL)
|
||||||
.Style(wxLB_EXTENDED | wxLB_ALWAYS_SB)
|
.Style(wxLB_EXTENDED | wxLB_ALWAYS_SB)
|
||||||
.AddListBox(
|
.AddListBox(
|
||||||
transform_container<wxArrayStringEx>(
|
transform_container<wxArrayStringEx>(
|
||||||
mFile->GetStreamInfo(),
|
mFile->GetStreamInfo(),
|
||||||
std::mem_fn( &TranslatableString::Translation ) ) );
|
std::mem_fn( &TranslatableString::Translation ) ) );
|
||||||
|
|
||||||
S.Prop(1)
|
|
||||||
.Position(wxEXPAND | wxALIGN_LEFT | wxALL)
|
|
||||||
.AddWindow(StreamList);
|
|
||||||
S.AddStandardButtons();
|
S.AddStandardButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user