forked from CastroFidel/PortWINE
Scripts version 2183
This commit is contained in:
@ -14,9 +14,10 @@ zenity_error () {
|
||||
export -f zenity_error
|
||||
|
||||
zenity_error_download () {
|
||||
`zenity --error --title "$loc_gui_error" --text "$loc_gui_error_download" --no-wrap `
|
||||
`zenity --question --title "$loc_gui_error" --text "$loc_gui_error_download\n" --no-wrap --ok-label="Repeat" --cancel-label="Exit" `
|
||||
if [[ "$?" != 0 ]] ; then
|
||||
stop_portwine
|
||||
exit 1
|
||||
else
|
||||
return 0
|
||||
fi
|
||||
|
Reference in New Issue
Block a user