gadutil.library/GU_ChangeStr                     gadutil.library/GU_ChangeStr

   NAME
	GU_ChangeStr -- Change the contents of string gadget.

   SYNOPSIS
	GU_ChangeStr(gad, string, win)
	             D0   A0      A1

	VOID GU_ChangeStr(struct Gadget *, struct Window *, STRPTR);

   FUNCTION
	Change the string in a string gadget.

   INPUTS
	gad    - Gadget to change
	string - New string
	win    - Window that the gadget is located in.

   RESULT
	none

   BUGS
	none known

   SEE ALSO
