comparison plugins/contact_priority.c @ 10729:969f35b31a49

[gaim-migrate @ 12329] sf patch #1170705, from Richard Laager "This makes the description for the Contact Priority plugin look a little better, in my opinion." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 25 Mar 2005 22:54:28 +0000
parents a9fb4493ae22
children 281ab2ecc08c
comparison
equal deleted inserted replaced
10728:b5259f3dfc29 10729:969f35b31a49
136 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check), last_match); 136 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check), last_match);
137 g_signal_connect(G_OBJECT(check), "toggled", G_CALLBACK(pref_update), "last_match"); 137 g_signal_connect(G_OBJECT(check), "toggled", G_CALLBACK(pref_update), "last_match");
138 gtk_box_pack_start(GTK_BOX(hbox), check, FALSE, FALSE, 0); 138 gtk_box_pack_start(GTK_BOX(hbox), check, FALSE, FALSE, 0);
139 139
140 /* Explanation */ 140 /* Explanation */
141 label = gtk_label_new(_("The buddy with the lowest score is the buddy who will have priority in the contact.\nThe default values (offline = 4,away = 2, and idle = 1)\nwill use what used to be the built-in order active->idle->away->away+idle->offline.")); 141 label = gtk_label_new(_("The buddy with the lowest score is the buddy who will have priority in the contact.\nThe default values (offline = 4, away = 2, and idle = 1) will use what used to be\nthe built-in order: active, idle, away, away + idle, offline."));
142 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); 142 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
143 143
144 frame = gaim_gtk_make_frame(ret, _("Point values to use for Account...")); 144 frame = gaim_gtk_make_frame(ret, _("Point values to use for account..."));
145 145
146 vbox = gtk_vbox_new(FALSE, 5); 146 vbox = gtk_vbox_new(FALSE, 5);
147 gtk_container_add(GTK_CONTAINER(frame), vbox); 147 gtk_container_add(GTK_CONTAINER(frame), vbox);
148 148
149 /* Account */ 149 /* Account */