forked from len0rd/rockbox
rbutil: put the Theme description in a scrolling Control, also updated a few descriptions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13507 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
993dbe628e
commit
1bae792e5c
3 changed files with 7 additions and 9 deletions
|
@ -136,8 +136,7 @@ void rbutilFrm::CreateGUIControls(void)
|
|||
wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY,
|
||||
wxT("Bootloader installation instructions\n\n"
|
||||
"Before Rockbox can be installed on your audio player, you "
|
||||
"may have to\ninstall a bootloader. This can not currently "
|
||||
"be done automatically, but is\nonly necessary the first time "
|
||||
"may have to\ninstall a bootloader.\nThis is only necessary the first time "
|
||||
"Rockbox is installed."));
|
||||
WxFlexGridSizer1->Add(WxStaticText5, 0,
|
||||
wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxALL,5);
|
||||
|
@ -184,8 +183,7 @@ void rbutilFrm::CreateGUIControls(void)
|
|||
|
||||
wxStaticText* WxStaticText4 = new wxStaticText(themepage, wxID_ANY,
|
||||
wxT("Install the Rockbox fonts package\n\n"
|
||||
"This step is only needed if you have installed "
|
||||
"a daily build and want\nthe full set of Rockbox fonts. You "
|
||||
"This step is needed for many Themes. You "
|
||||
"will not need to download these\nagain unless you uninstall "
|
||||
"Rockbox."));
|
||||
WxFlexGridSizer2->Add(WxStaticText4, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue