From c27acedc4069a25fb01cd6e82146109ffaa375d2 Mon Sep 17 00:00:00 2001 From: giantpune Date: Mon, 15 Mar 2010 14:48:36 +0000 Subject: [PATCH] add techjawa to the restarting message after update. check them out. --- HBC/META.XML | 4 ++-- source/prompts/PromptWindows.cpp | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HBC/META.XML b/HBC/META.XML index af8e9aff..6b977d23 100644 --- a/HBC/META.XML +++ b/HBC/META.XML @@ -2,8 +2,8 @@ USB Loader GX USB Loader GX Team - 1.0 r919 - 201002271854 + 1.0 r920 + 201003151416 Loads games from USB-devices 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. diff --git a/source/prompts/PromptWindows.cpp b/source/prompts/PromptWindows.cpp index 22909ee3..8433cde0 100644 --- a/source/prompts/PromptWindows.cpp +++ b/source/prompts/PromptWindows.cpp @@ -2864,7 +2864,9 @@ int ProgressUpdateWindow() { if (error) WindowPrompt(tr("ERROR") , tr("An Error occured"), tr("OK")); 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(); ExitGUIThreads(); ShutdownAudio(); @@ -3201,7 +3203,7 @@ int ProgressUpdateWindow() { CloseConnection(); 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(); Set_Stub_Split(0x00010001,"UNEO");