comparison src/gtkprefs.c @ 7870:30ee5c52b8dc

[gaim-migrate @ 8524] "I have prepared an updated German translation with 2 small i18n fixes. i18n42.patch contains: - updated German translation - ALT-shortcut for "/Tools/Pr_eferences" (all other menu items have ALT-shortcuts) - ALT-shortcut for "_Port:" in Preferences (Proxy) Regards, Bjoern [Voigt]" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 14 Dec 2003 17:31:58 +0000
parents 0fb10479a6a3
children 48dc9f358a91
comparison
equal deleted inserted replaced
7869:a8e306f40093 7870:30ee5c52b8dc
1139 gaim_proxy_info_get_host(proxy_info)); 1139 gaim_proxy_info_get_host(proxy_info));
1140 1140
1141 hbox = gtk_hbox_new(TRUE, 5); 1141 hbox = gtk_hbox_new(TRUE, 5);
1142 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); 1142 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
1143 1143
1144 label = gtk_label_new_with_mnemonic(_("Port:")); 1144 label = gtk_label_new_with_mnemonic(_("_Port:"));
1145 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5); 1145 gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5);
1146 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0); 1146 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0);
1147 1147
1148 entry = gtk_entry_new(); 1148 entry = gtk_entry_new();
1149 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry); 1149 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry);