Author: dteske
Date: Fri Oct 26 00:46:09 2012
New Revision: 242114
URL: http://svn.freebsd.org/changeset/base/242114

Log:
  Fix copy/paste error.
  
  Approved by:  adrian (co-mentor) (implicit)

Modified:
  head/usr.sbin/bsdconfig/share/dialog.subr

Modified: head/usr.sbin/bsdconfig/share/dialog.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/dialog.subr   Fri Oct 26 00:44:34 2012        
(r242113)
+++ head/usr.sbin/bsdconfig/share/dialog.subr   Fri Oct 26 00:46:09 2012        
(r242114)
@@ -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
 }
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to