Fix icon on error message
This commit is contained in:
parent
3e4adfa0d3
commit
20b8f656d5
|
@ -135,6 +135,6 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||||
elif [ "${opcion}" == "Exit" ] ; then
|
elif [ "${opcion}" == "Exit" ] ; then
|
||||||
showMenu=1
|
showMenu=1
|
||||||
else
|
else
|
||||||
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --warning --width=300 --text "Choose one of the menu options"
|
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=300 --text "Choose one of the menu options"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
@ -130,6 +130,6 @@ while [ ${showMenu} -eq 0 ] ; do
|
||||||
elif [ "${opcion}" == "Exit" ] ; then
|
elif [ "${opcion}" == "Exit" ] ; then
|
||||||
showMenu=1
|
showMenu=1
|
||||||
else
|
else
|
||||||
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --warning --width=300 --text "Choose one of the menu options"
|
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=300 --text "Choose one of the menu options"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user