add techjawa to the restarting message after update. check them out.

This commit is contained in:
giantpune 2010-03-15 14:48:36 +00:00
parent 52a44ef10f
commit c27acedc40
2 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name> USB Loader GX</name> <name> USB Loader GX</name>
<coder>USB Loader GX Team</coder> <coder>USB Loader GX Team</coder>
<version>1.0 r919</version> <version>1.0 r920</version>
<release_date>201002271854</release_date> <release_date>201003151416</release_date>
<short_description>Loads games from USB-devices</short_description> <short_description>Loads games from USB-devices</short_description>
<long_description>USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times. <long_description>USB Loader GX is a libwiigui based USB iso loader with a wii-like GUI. You can install games to your HDDs and boot them with shorter loading times.
The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller. The interactive GUI is completely controllable with WiiMote, Classic Controller or GC Controller.

View File

@ -2864,7 +2864,9 @@ int ProgressUpdateWindow() {
if (error) if (error)
WindowPrompt(tr("ERROR") , tr("An Error occured"), tr("OK")); WindowPrompt(tr("ERROR") , tr("An Error occured"), tr("OK"));
else else
WindowPrompt(tr("Successfully Updated") , tr("Restarting..."), 0,0,0,0,150); {
WindowPrompt(tr("Restarting..."), tr("Successfully Updated thanks to www.techjawa.com") , 0,0,0,0,150);
}
CloseXMLDatabase(); CloseXMLDatabase();
ExitGUIThreads(); ExitGUIThreads();
ShutdownAudio(); ShutdownAudio();
@ -3201,7 +3203,7 @@ int ProgressUpdateWindow() {
CloseConnection(); CloseConnection();
if (!failed && ret >= 0 && updatemode == 1) { if (!failed && ret >= 0 && updatemode == 1) {
WindowPrompt(tr("Successfully Updated") , tr("Restarting..."), tr("OK")); WindowPrompt(tr("Restarting..."), tr("Successfully Updated thanks to www.techjawa.com") , 0,0,0,0,150);
loadStub(); loadStub();
Set_Stub_Split(0x00010001,"UNEO"); Set_Stub_Split(0x00010001,"UNEO");