On Sat, 2005-01-22 at 01:57 +0000, Stéphane Konstantaropoulos wrote: > Hello, > > Does anybody know what is the common error/warning dialog used in > evolution? > > I might popup with an error at some point and I'd like to stick to the > evolution style. widgets/misc/e-error.c, it gets the errors messages from an xml file, see mail/mail-errors.xml for example, and grep for e_error_run for usage examples.
Actually, see devel-docs/misc/errors.txt
Everything is in there, except the automake stuff should be changed now that i18n-tool works for xml templates (but what is there still works).
