[gnc-plugin-page-budget] change note icon to a note page

This commit is contained in:
Christopher Lam 2021-03-11 07:35:24 +08:00
parent 82458cb501
commit 6086c42086

View File

@ -172,7 +172,7 @@ static GtkActionEntry gnc_plugin_page_budget_actions [] =
G_CALLBACK(gnc_plugin_page_budget_cmd_allperiods_budget)
},
{
"BudgetNoteAction", "system-run", N_("Edit Note"),
"BudgetNoteAction", "text-x-generic", N_("Edit Note"),
NULL,
N_("Edit note for the selected account and period"),
G_CALLBACK (gnc_plugin_page_budget_cmd_budget_note)