pb2menu 1

command "profile_get_login $menu_profile_file menu_profile_login"


include setup_header_include


widget
	type text
	xcent 0
	y 48
	halign center
	text "EDIT PROFILE"



widget type text
	xcent 0
	ycent -16
	text "Login Name:"
	halign center

widget
	xcent 0
	ycent 0
	type field
	halign center
	cvar "menu_profile_login"
	nospace
	width 20


widget
	xcent 0
	yrel 32
	halign center
	text "Ok"
	command "profile_edit2 $menu_profile_file $menu_profile_login $menu_profile_login"


include back_include