mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +02:00
Move instructions from the static box label to standalone
This commit is contained in:
parent
324816e3fc
commit
0e321133c1
@ -516,9 +516,23 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
{
|
||||
/*i18n-hint: The dialog shows a list of plugins with check-boxes
|
||||
beside each one.*/
|
||||
S.StartStatic(_("Select Plug-ins, click the Enable or Disable button, then click OK."), true);
|
||||
S.StartStatic(_("Effects"), true);
|
||||
{
|
||||
S.StartHorizontalLay(wxALIGN_LEFT,0 );
|
||||
S.StartHorizontalLay(wxEXPAND, 0);
|
||||
{
|
||||
S.StartHorizontalLay(wxALIGN_LEFT, 0);
|
||||
{
|
||||
S.AddPrompt(_("Select effects, click the Enable or Disable button, then click OK."));
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.StartHorizontalLay(wxCENTER, 1);
|
||||
{
|
||||
S.AddSpace(1);
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.StartHorizontalLay(wxALIGN_RIGHT, 0);
|
||||
{
|
||||
wxRadioButton* rb;
|
||||
/* i18n-hint: This is before radio buttons selecting which effects to show */
|
||||
@ -537,6 +551,8 @@ void PluginRegistrationDialog::PopulateOrExchange(ShuttleGui &S)
|
||||
rb->SetName(_("Show new"));
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
}
|
||||
S.EndHorizontalLay();
|
||||
|
||||
S.SetStyle(wxSUNKEN_BORDER | wxLC_REPORT | wxLC_HRULES | wxLC_VRULES );
|
||||
mEffects = S.Id(ID_List).AddListControlReportMode();
|
||||
|
Loading…
x
Reference in New Issue
Block a user