*Switching to favorites will now properly reload boxart (unless you have

no favorites).
*Updated french Language file from julienstephan
This commit is contained in:
DRayX7 2009-05-21 20:18:58 +00:00
parent 59905d623d
commit fa573e22e3
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,7 @@ Cantbeformated = Formatage impossible
Cantdelete = Impossible de supprimer :
ClicktoDownloadCovers = Téléchargement des jaquettes
Clock = Horloge
Close = Fermer
Continueinstallgame = Continuer l'installation ?
ConsoleDefault = Par défaut (Console)
Consoleshouldbeunlockedtomodifyit = La console doit être déverrouillée pour le modifier.
@ -26,7 +27,7 @@ CorrectPassword = Mot de passe correct
Couldnotinitializenetwork = Initialisation réseau impossible !
CouldnotopenDisc = Initialisation disque impossible
CouldnotinitializeDIPmodule = Initialisation DIP impossible !
count = Fréquence d'utilisation
count = Utilisation
CoverDownload = Téléchargement des jaquettes
CoverPath = Jaquettes
CoverpathChanged = Dossier des jaquettes modifié
@ -48,6 +49,7 @@ Error = Erreur !
BOOTERROR = ERREUR DE DÉMARRAGE
ErrorreadingDisc = Erreur à la lecture du disque
ExitUSBISOLoader = Quitter USB Loader GX ?
Homemenu = Menu Home
InitializingNetwork = Initialisation du réseau
InsertDisk = Insérez un disque
InsertaWiiDisc = Insérez un disque Wii !

View File

@ -3188,6 +3188,7 @@ static int MenuDiscList()
gameBrowser.Reload(gameList, gameCnt);
sprintf(GamesCnt,"%s: %i",LANGUAGE.Games, gameCnt);
gamecntTxt.SetText(GamesCnt);
selectedold=-1;
favoriteBtnImg.SetImage(dispFave ? &imgFavoriteOn : &imgFavoriteOff);
favoriteBtn.ResetState();
}