--- trunk/installer-simple/functions/installer-dialogs.sh 2014/01/07 13:47:35 2420 +++ trunk/installer-simple/functions/installer-dialogs.sh 2014/01/07 13:50:50 2421 @@ -7,3 +7,8 @@ { OK_LABEL=$"Exit" messagebox -y 10 -x 70 -h $"Finish" $"Installation was successfully finished." } + +dialog_no_harddrive_found() +{ + OK_LABEL=$"abort" messagebox $"No appropriate harddrive found.\nInstallation failed." +}