dialog text only: invite->room

This commit is contained in:
ehouse 2009-10-24 16:35:33 +00:00
parent 244e0f58db
commit 0dfdb767df

View file

@ -126,7 +126,7 @@ makeRelayPage( GtkConnsState* state )
{
GtkWidget* vbox = gtk_vbox_new( FALSE, 0 );
GtkWidget* hbox = makeLabeledField( "Invite", &state->invite );
GtkWidget* hbox = makeLabeledField( "Room", &state->invite );
gtk_entry_set_text( GTK_ENTRY(state->invite),
state->addr->u.ip_relay.invite );
gtk_box_pack_start( GTK_BOX(vbox), hbox, FALSE, TRUE, 0 );