mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add icons for Duplicate Invoice functionality
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20134 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
86ba21c60e
commit
db2194abc9
@ -135,9 +135,8 @@ static GtkActionEntry gnc_plugin_page_invoice_actions [] =
|
||||
G_CALLBACK (gnc_plugin_page_invoice_cmd_edit)
|
||||
},
|
||||
{
|
||||
"EditDuplicateInvoiceAction", GTK_STOCK_COPY, N_("_Duplicate Invoice"),
|
||||
"", /* empty accelerator string to avoid Ctrl+C here! */
|
||||
N_("Create a new invoice as a duplicate of the current one"),
|
||||
"EditDuplicateInvoiceAction", GNC_STOCK_INVOICE_DUPLICATE, N_("_Duplicate Invoice"),
|
||||
NULL, N_("Create a new invoice as a duplicate of the current one"),
|
||||
G_CALLBACK (gnc_plugin_page_invoice_cmd_duplicateInvoice)
|
||||
},
|
||||
{
|
||||
|
@ -47,6 +47,7 @@ static item_file item_files[] =
|
||||
{ GNC_STOCK_INVOICE_POST, "gnc-invoice-post.png", "gnc-invoice-post-16.png"},
|
||||
{ GNC_STOCK_INVOICE_UNPOST, "gnc-invoice-unpost.png", "gnc-invoice-unpost-16.png"},
|
||||
{ GNC_STOCK_INVOICE_EDIT, "gnc-invoice-edit.png", "gnc-invoice-edit-16.png"},
|
||||
{ GNC_STOCK_INVOICE_DUPLICATE, "gnc-invoice-duplicate.png", "gnc-invoice-duplicate-16.png"},
|
||||
{ 0 },
|
||||
};
|
||||
|
||||
|
@ -23,6 +23,7 @@ G_BEGIN_DECLS
|
||||
#define GNC_STOCK_INVOICE_UNPOST "gnc-invoice-unpost"
|
||||
#define GNC_STOCK_INVOICE_PAY "gnc-invoice-pay"
|
||||
#define GNC_STOCK_INVOICE_EDIT "gnc-invoice-edit"
|
||||
#define GNC_STOCK_INVOICE_DUPLICATE "gnc-invoice-duplicate"
|
||||
|
||||
//FIXME: use own budget icons?
|
||||
#define GNC_STOCK_BUDGET "gnc-budget"
|
||||
|
@ -12,6 +12,8 @@ gncpixmap_DATA = \
|
||||
gnc-account-open.png \
|
||||
gnc-account.png \
|
||||
gnc-invoice-16.png \
|
||||
gnc-invoice-duplicate-16.png \
|
||||
gnc-invoice-duplicate.png \
|
||||
gnc-invoice-edit-16.png \
|
||||
gnc-invoice-edit.png \
|
||||
gnc-invoice-pay-16.png \
|
||||
|
BIN
src/pixmaps/gnc-invoice-duplicate-16.png
Normal file
BIN
src/pixmaps/gnc-invoice-duplicate-16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 838 B |
BIN
src/pixmaps/gnc-invoice-duplicate.png
Normal file
BIN
src/pixmaps/gnc-invoice-duplicate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in New Issue
Block a user