Use newly enhanced f_dialog_msgbox() from SVN r251912.

This commit is contained in:
Devin Teske 2013-06-18 08:59:47 +00:00
parent 5a97d36067
commit 131502c303
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251913

View File

@ -84,16 +84,7 @@ f_sysrc_delete moused_flags || f_die
# Message box
#
f_dialog_title "$msg_message"
hline="$hline_press_enter_or_space"
prompt="$msg_mouse_daemon_is_disabled"
f_dialog_buttonbox_size height width \
"$DIALOG_TITLE" "$DIALOG_BACKTITLE" "$prompt"
$DIALOG \
--title "$DIALOG_TITLE" \
--backtitle "$DIALOG_BACKTITLE" \
--hline "$hline" \
--ok-label "$msg_ok" \
--msgbox "$prompt" $height $width
f_dialog_msgbox "$msg_mouse_daemon_is_disabled" "$hline_press_enter_or_space"
exit $SUCCESS