--- trunk/installer-simple/functions/common-dialogs.sh 2014/01/07 13:44:59 2419 +++ trunk/installer-simple/functions/common-dialogs.sh 2014/01/07 13:47:35 2420 @@ -249,6 +249,3 @@ --defaultno \ --yesno "${text}" "${height}" "${width}" } - -welcome() { messagebox "Welcome" "Welcome to the ${DEFAULT_TITLE}.\n\n\nPress [Enter] to continue." 10 45; } -finish() { OK_LABEL="Exit" messagebox "Finish" "Installation was successfully finished." 10 40; }