summaryrefslogtreecommitdiff
path: root/rbutil/rbutilFrm.cpp
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2007-05-28 20:55:50 +0000
committerDominik Wenger <domonoky@googlemail.com>2007-05-28 20:55:50 +0000
commit1bae792e5c2ef6f624c7038ce83cd48aeabf636f (patch)
treeb77016b6187d318b53e540600c87bebf56ddb34f /rbutil/rbutilFrm.cpp
parent993dbe628e1aac0999cf3f115cc9b843b3dfcbc0 (diff)
downloadrockbox-1bae792e5c2ef6f624c7038ce83cd48aeabf636f.tar.gz
rockbox-1bae792e5c2ef6f624c7038ce83cd48aeabf636f.zip
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
Diffstat (limited to 'rbutil/rbutilFrm.cpp')
-rw-r--r--rbutil/rbutilFrm.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/rbutil/rbutilFrm.cpp b/rbutil/rbutilFrm.cpp
index c2f35de43c..d49faee895 100644
--- a/rbutil/rbutilFrm.cpp
+++ b/rbutil/rbutilFrm.cpp
@@ -136,8 +136,7 @@ void rbutilFrm::CreateGUIControls(void)
136 wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY, 136 wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY,
137 wxT("Bootloader installation instructions\n\n" 137 wxT("Bootloader installation instructions\n\n"
138 "Before Rockbox can be installed on your audio player, you " 138 "Before Rockbox can be installed on your audio player, you "
139 "may have to\ninstall a bootloader. This can not currently " 139 "may have to\ninstall a bootloader.\nThis is only necessary the first time "
140 "be done automatically, but is\nonly necessary the first time "
141 "Rockbox is installed.")); 140 "Rockbox is installed."));
142 WxFlexGridSizer1->Add(WxStaticText5, 0, 141 WxFlexGridSizer1->Add(WxStaticText5, 0,
143 wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxALL,5); 142 wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL | wxALL,5);
@@ -184,8 +183,7 @@ void rbutilFrm::CreateGUIControls(void)
184 183
185 wxStaticText* WxStaticText4 = new wxStaticText(themepage, wxID_ANY, 184 wxStaticText* WxStaticText4 = new wxStaticText(themepage, wxID_ANY,
186 wxT("Install the Rockbox fonts package\n\n" 185 wxT("Install the Rockbox fonts package\n\n"
187 "This step is only needed if you have installed " 186 "This step is needed for many Themes. You "
188 "a daily build and want\nthe full set of Rockbox fonts. You "
189 "will not need to download these\nagain unless you uninstall " 187 "will not need to download these\nagain unless you uninstall "
190 "Rockbox.")); 188 "Rockbox."));
191 WxFlexGridSizer2->Add(WxStaticText4, 0, 189 WxFlexGridSizer2->Add(WxStaticText4, 0,