From 0f431e422c453ed4a388265fc349f83a92a2d8da Mon Sep 17 00:00:00 2001 From: dteske Date: Fri, 26 Oct 2012 00:46:09 +0000 Subject: Fix copy/paste error. Approved by: adrian (co-mentor) (implicit) --- usr.sbin/bsdconfig/share/dialog.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr index bd0fe2d..a182645 100644 --- a/usr.sbin/bsdconfig/share/dialog.subr +++ b/usr.sbin/bsdconfig/share/dialog.subr @@ -1053,7 +1053,7 @@ f_dialog_textbox() --title \"\$DIALOG_TITLE\" \ --backtitle \"\$DIALOG_BACKTITLE\" \ --ok-label \"\$msg_ok\" \ - --msgbox \"\$msg_text\" $size + --msgbox \"\$contents\" $size fi } -- cgit v1.1