Fixed. Regards, Jon Oberheide jon focalhost com On Tue, 2004-05-18 at 02:32, Not Zed wrote: > dunno wha tthe hig says on the matter, but "Select cerficate" strikes > me as a more consistent title. > > and my english isn't good enough to know the right one either > > On Mon, 2004-05-17 at 08:13 -0500, Jon Oberheide wrote: > > Trivial patch to add dialog title. > > > > Regards, > > Jon Oberheide > > jon focalhost com > > > > Michael Zucchi > <notzed ximian com> > > Ximian Evolution and > Free Software Developer > > > Novell, Inc.
diff -ur evolution.old/smime/ChangeLog evolution.cvs/smime/ChangeLog --- evolution.old/smime/ChangeLog 2004-05-17 04:45:02.000000000 -0500 +++ evolution.cvs/smime/ChangeLog 2004-05-17 08:09:03.275821360 -0500 @@ -1,3 +1,8 @@ +2004-05-17 Jon Oberheide <jon focalhost com> + + * gui/e-cert-selector.c (e_cert_selector_new): add "Select + certificate" title to the previously untitled dialog. + 2004-05-13 Not Zed <NotZed Ximian com> * lib/e-cert-db.c (e_cert_db_login_to_slot): call SetPasswordFunc diff -ur evolution.old/smime/gui/e-cert-selector.c evolution.cvs/smime/gui/e-cert-selector.c --- evolution.old/smime/gui/e-cert-selector.c 2004-05-17 04:45:02.000000000 -0500 +++ evolution.cvs/smime/gui/e-cert-selector.c 2004-05-17 07:46:41.058869352 -0500 @@ -166,6 +166,7 @@ w = glade_xml_get_widget(gui, "cert_selector_vbox"); gtk_box_pack_start((GtkBox *)((GtkDialog *)ecs)->vbox, w, TRUE, TRUE, 3); + gtk_window_set_title(GTK_WINDOW(ecs), _("Select certificate")); switch (type) { case E_CERT_SELECTOR_SIGNER:
Attachment:
signature.asc
Description: This is a digitally signed message part