Add a menu entry to insert attachments
This commit is contained in:
parent
80bf663f97
commit
c6ab5bf263
|
@ -202,6 +202,9 @@ static DesktopMenu _menu_insert[] =
|
|||
{
|
||||
{ N_("File..."), G_CALLBACK(_compose_on_insert_file), "insert-text", 0,
|
||||
0 },
|
||||
{ "", NULL, NULL, 0, 0 },
|
||||
{ N_("Attachment..."), G_CALLBACK(_compose_on_attach), "stock_attach",
|
||||
0, 0 },
|
||||
{ NULL, NULL, NULL, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user