1#!/bin/sh
2# $Id: msgbox-utf8,v 1.1 2011/01/18 00:25:30 tom Exp $
3# from Debian #570634
4
5. ./setup-vars
6
7. ./setup-utf8
8
9${DIALOG-dialog} "$@" \
10	--title "������������������������������������������" \
11	--msgbox "���������������������������������������������������������������������������������������������������" 8 23
12retval=$?
13
14. ./report-button
15