src/gtkaccount.c

changeset 8581
8fd3595d2a47
parent 8555
0f6f88300b00
child 8901
0a8334a14c2d
equal deleted inserted replaced
8580:971b24707284 8581:8fd3595d2a47
774 dropdown = gtk_combo_box_new_with_model(GTK_TREE_MODEL(model)); 774 dropdown = gtk_combo_box_new_with_model(GTK_TREE_MODEL(model));
775 775
776 gtk_list_store_append(model, &iter); 776 gtk_list_store_append(model, &iter);
777 gtk_list_store_set(model, &iter, 777 gtk_list_store_set(model, &iter,
778 0, _("Use Global Proxy Settings"), 778 0, _("Use Global Proxy Settings"),
779 1, GAIM_PROXY_USE_GLOBAL 779 1, GAIM_PROXY_USE_GLOBAL,
780 -1); 780 -1);
781 781
782 gtk_list_store_append(model, &iter); 782 gtk_list_store_append(model, &iter);
783 gtk_list_store_set(model, &iter, 783 gtk_list_store_set(model, &iter,
784 0, _("No Proxy"), 784 0, _("No Proxy"),

mercurial