/* DIVIDE_START=about.c */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>

#include	"var.h"

/*	initDataABOUT:NULL:MJ_DBUTTONL40の呼び出し関数	*/
int	eraseAboutFunc( )
{
	/*	About画面を消す							*/
	MMI_SendMessage( GUIAboutId , MM_ERASE , 0 );
	/*	オブジェクトをダイアログから取り外す	*/
	MMI_SendMessage( GUIAboutId , MM_DETACH , 0 );
	return NOERR ;
}

/* DIVIDE_END */
