RC1 Release - Small fix

An other fix on the destination directory script.
This commit is contained in:
Florent Guichard
2012-10-12 04:10:57 +02:00
parent e6fc708bbe
commit 9b9285af2c
4 changed files with 4016 additions and 4016 deletions

View File

@@ -348,16 +348,16 @@ While 1
If $getpath_outputdir = "" Then
GUICtrlSetData($destination, "")
Else
GUICtrlSetData($destination, $getpath_outputdir)
If StringInStr($getpath_outputdir, Chr(32), 1) Then
Dim $msgbox
$msgbox = MsgBox(49, "APK To Java Warning", "A space has been found in your destination directory." & @CRLF & "This can lead to an invalid output." & @CRLF & "Do you want to continue?")
If $msgbox = 1 Then
GUICtrlSetData($destination, $getpath_outputdir)
Else
ElseIf $msgbox = 2 Then
GUICtrlSetData($destination, "")
EndIf
EndIf
GUICtrlSetData($destination, $getpath_outputdir)
EndIf
Case $msg = $decompile_eclipse And BitAND(GUICtrlRead($decompile_eclipse), $GUI_CHECKED) = $GUI_CHECKED

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff