mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 16:42:33 -05:00
Fix for the Bootloader installation for H10, thanks to barrywardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12537 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7230674b5d
commit
ba7d27786d
3 changed files with 14 additions and 15 deletions
|
|
@ -481,8 +481,8 @@ wxBuildPage::wxBuildPage(wxWizard *parent) : wxWizardPageSimple(parent)
|
|||
wxArrayString* array = new wxArrayString();
|
||||
buf.Printf(_("Rockbox stable version (%s)") , gv->last_release.c_str());
|
||||
array->Add(buf);
|
||||
array->Add(_("Daily Build"));
|
||||
array->Add(_("Bleeding Edge Build "));
|
||||
array->Add(_("Archived Build"));
|
||||
array->Add(_("Current Build "));
|
||||
|
||||
BuildRadioBox = new wxRadioBox(this, ID_BUILD_BOX, _("Version"),
|
||||
wxDefaultPosition, wxDefaultSize, *array, 0, wxRA_SPECIFY_ROWS);
|
||||
|
|
@ -539,8 +539,7 @@ void wxBuildPage::OnBuildBox(wxCommandEvent& event)
|
|||
break;
|
||||
case BUILD_BLEEDING:
|
||||
str = _("This is the absolute up to the minute Rockbox built after\n"
|
||||
"the last change was made. This should be avoided unless the\n"
|
||||
"daily version is causing problems for some reason.\n\n"
|
||||
"the last change was made.\n\n"
|
||||
"Note: This option will always download a fresh copy from the\n"
|
||||
"web server.\n");
|
||||
NoCacheCheckBox->Enable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue