# - - - M e n u B a r . _ _ h e l p A u t h o r
def __helpAuthor ( self ):
"""Pop-up for author credit.
"""
self.__dialog ( "Help: Who made this tool?",
"%s was written by John W. Shipman (john@nmt.edu) "
"of the New Mexico Tech Computer Center, Socorro, NM "
"87801."
"\n\tThis is version %s."
"\n\tFor documentation, see:\n%s" %
(PROGRAM_NAME, EXTERNAL_VERSION, "http://www.nmt.edu/tcc/help/lang/python/examples/huey/ims/") )