comparison src/gtkaccount.c @ 8581:2714e30991db

[gaim-migrate @ 9331] Add a missing comma. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 05 Apr 2004 06:47:54 +0000
parents e0535ba0d667
children c430e99bb147
comparison
equal deleted inserted replaced
8580:4284ef84e8d2 8581:2714e30991db
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"),