| 1791 hbox = pidgin_add_widget_to_vbox(GTK_BOX(vbox), _("_TURN server:"), |
1791 hbox = pidgin_add_widget_to_vbox(GTK_BOX(vbox), _("_TURN server:"), |
| 1792 sg, entry, TRUE, NULL); |
1792 sg, entry, TRUE, NULL); |
| 1793 |
1793 |
| 1794 pidgin_prefs_labeled_spin_button(hbox, _("_UDP Port:"), |
1794 pidgin_prefs_labeled_spin_button(hbox, _("_UDP Port:"), |
| 1795 "/purple/network/turn_port", 0, 65535, NULL); |
1795 "/purple/network/turn_port", 0, 65535, NULL); |
| |
1796 |
| |
1797 pidgin_prefs_labeled_spin_button(hbox, _("T_CP Port:"), |
| |
1798 "/purple/network/turn_port_tcp", 0, 65535, NULL); |
| 1796 |
1799 |
| 1797 hbox = pidgin_prefs_labeled_entry(vbox, _("Use_rname:"), |
1800 hbox = pidgin_prefs_labeled_entry(vbox, _("Use_rname:"), |
| 1798 "/purple/network/turn_username", sg); |
1801 "/purple/network/turn_username", sg); |
| 1799 pidgin_prefs_labeled_password(hbox, _("Pass_word:"), |
1802 pidgin_prefs_labeled_password(hbox, _("Pass_word:"), |
| 1800 "/purple/network/turn_password", NULL); |
1803 "/purple/network/turn_password", NULL); |