Add e_alert_dialog_get_content_area(), which returns the GtkVBox containing the primary and secondary labels. Use this instead of gtk_dialog_get_content_area() to maintain the dialog's left margin beneath the image.
12 lines
616 B
XML
12 lines
616 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<error-list domain="org.gnome.evolution.plugins.attachment_reminder" default="GTK_RESPONSE_YES">
|
|
<error id="attachment-reminder" type="info">
|
|
<_primary>Message has no attachments</_primary>
|
|
<_secondary>Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one.</_secondary>
|
|
<button response="GTK_RESPONSE_OK" _label="_Add Attachment..."/>
|
|
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL" _label="_Edit Message"/>
|
|
<button response="GTK_RESPONSE_YES" _label="_Send"></button>
|
|
</error>
|
|
</error-list>
|