#!/usr/local/bin/wish
# -*- tcl -*-
#
# present nyi dialog
# ------------------------------------------------------

wm withdraw .
package require Pool_GuiBase

::pool::ui::nyi \
	Hi, this is an demonstration of the 'Not Yet Implemented' dialog
exit
