comparison src/prefs.c @ 893:93385c6fc772

[gaim-migrate @ 903] minor change in text committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Sep 2000 16:41:22 +0000
parents fa2feef25e1e
children f168f2c7b357
comparison
equal deleted inserted replaced
892:36dcec9595ee 893:93385c6fc772
200 200
201 box = gtk_vbox_new(FALSE, 5); 201 box = gtk_vbox_new(FALSE, 5);
202 gtk_container_add(GTK_CONTAINER(prefdialog), box); 202 gtk_container_add(GTK_CONTAINER(prefdialog), box);
203 gtk_widget_show(box); 203 gtk_widget_show(box);
204 204
205 label = gtk_label_new(_("AOL has two protocols for connecting to AIM. One of them is Oscar and the other is TOC.\n\nTOC is a published protocol; AOL allows people to use the TOC protocol in their clients to connect. It is a simplified version of Oscar; it is capable of most tasks, but cannot perform all of the functions of Oscar. Because TOC is published, using TOC in gaim tends to be more stable and reliable.\n\nOscar is a proprietary protocol. AOL has not published any information about it. Gaim is able to use Oscar thanks to libfaim, which reverse-engineered the Oscar protocol and is able to emulate it. While libfaim has not decoded or implemented all of the functions of Oscar, it is still able to perform most functions TOC provides as well as several others. However, using Oscar in gaim tends to be less stable and reliable, though more useable.\n\nChanging this option takes effect at signon time.")); 205 label = gtk_label_new(_("AOL has two protocols for connecting to AIM. One of them is Oscar and the other is TOC.\n\nTOC is a published protocol; AOL allows people to use the TOC protocol in their clients to connect. It is a simplified version of Oscar; it is capable of most tasks, but cannot perform all of the functions of Oscar. Because TOC is published, using TOC in gaim tends to be more stable and reliable.\n\nOscar is a proprietary protocol. AOL has not published any information about it. Gaim is able to use Oscar thanks to libfaim, which reverse-engineered the Oscar protocol and is able to emulate it. While libfaim has not decoded or implemented all of the functions of Oscar, it is still able to perform most functions TOC provides as well as several others. However, using Oscar in gaim tends to be less reliable, though more usable.\n\nChanging this option takes effect at signon time."));
206 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); 206 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
207 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); 207 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
208 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5); 208 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 5);
209 gtk_widget_show(label); 209 gtk_widget_show(label);
210 210