mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fix Tab navigation in rbutil, and make it also look at other places for rbutil.ini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13603 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3145ba07c
commit
19cc9d063a
8 changed files with 103 additions and 384 deletions
|
|
@ -106,7 +106,7 @@ bool bootloaderInstallDlg::TransferDataFromWindow()
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
|
@ -653,7 +653,7 @@ bool rockboxInstallDlg::TransferDataToWindow()
|
|||
wxRadioBox* BuildRadioBox = (wxRadioBox*) FindWindow(ID_BUILD_BOX);
|
||||
|
||||
int index =gv->plat_id.Index(gv->curplat);
|
||||
|
||||
|
||||
wxCommandEvent updateradiobox(wxEVT_COMMAND_RADIOBOX_SELECTED,
|
||||
ID_BUILD_BOX);
|
||||
|
||||
|
|
@ -663,7 +663,7 @@ bool rockboxInstallDlg::TransferDataToWindow()
|
|||
BuildRadioBox->SetSelection(BUILD_RELEASE);
|
||||
} else {
|
||||
BuildRadioBox->Enable(BUILD_RELEASE, false);
|
||||
BuildRadioBox->SetSelection(BUILD_DAILY);
|
||||
BuildRadioBox->SetSelection(BUILD_BLEEDING);
|
||||
|
||||
}
|
||||
wxPostEvent(this, updateradiobox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue