Changed the layout of the TimeScale effect dialog

This commit is contained in:
clayton.otey@gmail.com 2010-06-11 01:33:17 +00:00
parent e92ecd240b
commit 92f28a0a1d
3 changed files with 4 additions and 2 deletions

View File

@ -388,7 +388,7 @@ void CommandManager::InsertItem(wxString name, wxString label_in,
for (size_t ndx = 1; ndx < cnt; ndx++) {
wxMenuItemList list = menu->GetMenuItems();
size_t lcnt = list.GetCount();
wxString label = wxMenuItem::GetLabelText(names[ndx]);
wxString label = names[ndx];
for (size_t lndx = 0; lndx < lcnt; lndx++) {
item = list.Item(lndx)->GetData();

View File

@ -215,6 +215,7 @@ void TimeScaleDialog::PopulateOrExchange(ShuttleGui & S)
S.EndHorizontalLay();
S.SetBorder(5);
S.StartMultiColumn(2, 0);
// Rate Start
S.StartStatic(_("Initial Tempo Change (%)"));
{
@ -287,6 +288,7 @@ void TimeScaleDialog::PopulateOrExchange(ShuttleGui & S)
S.EndMultiColumn();
}
S.EndStatic();
S.EndMultiColumn();
S.StartStatic(_("Options"));
{

View File

@ -1369,7 +1369,7 @@ ProgressDialog::Beep()
wxSound s;
if (name.IsEmpty()) {
s.Create(sizeof(beep), beep);
//s.Create(sizeof(beep), beep);
}
else {
s.Create(name);