Added configurable readme section to ChangeAppsettings.sh that will be shown when data is downloading

This commit is contained in:
pelya
2010-07-07 18:36:57 +03:00
parent 8895adf61e
commit 87265514cb
7 changed files with 33 additions and 15 deletions

View File

@@ -104,7 +104,7 @@ class DataDownloader extends Thread
public String text;
public void run()
{
Status.setText(text);
Status.setText(text + "\n" + Globals.ReadmeText);
}
}
Callback cb = new Callback();