mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
dialog text only: invite->room
This commit is contained in:
parent
244e0f58db
commit
0dfdb767df
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue