Skip to content

Commit

Permalink
2.1.0.0
Browse files Browse the repository at this point in the history
minor correction
  • Loading branch information
Universal-Rom-Tools committed Dec 28, 2016
1 parent 78e5b95 commit ab69e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Universal XML Scraper.au3
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ _ITaskBar_SetThumbNailToolTip($F_UniversalScraper)
$vProfilDefault = IniRead($iINIPath, "LAST_USE", "$vProfilsPath", "")
If $vProfilDefault = "" Then
$vStart = 1
IniWrite($iINIPath, "LAST_USE", "$vMirror", 1)
IniWrite($iINIPath, "LAST_USE", "$vMirror", 0)
Else
;Opening XML Profil file
$oXMLProfil = _XML_Open($vProfilsPath)
Expand Down Expand Up @@ -1992,7 +1992,7 @@ Func _Results($aRomList, $vNbThread, $vFullTimer, $vFullScrape = 0)
$vTitle = $vTitle[UBound($vTitle) - 1]
EndIf

If $vScrapeCancelled = 1 Then $vTitle = $vTitle & " (Annulé)"
If $vScrapeCancelled = 1 Then $vTitle = $vTitle & " ("&_MultiLang_GetText("scrap_cancel_button")&")"

#Region ### START Koda GUI section ### Form=
$F_Results = GUICreate(_MultiLang_GetText("win_Results_Title"), 538, 403, -1, -1, BitOR($WS_EX_TOPMOST, $WS_EX_WINDOWEDGE))
Expand Down

0 comments on commit ab69e01

Please sign in to comment.