mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add the Register width menu options to the Scheduled
Transaction Template dialog.
This commit is contained in:
parent
d281a3f270
commit
4fba473570
@ -168,6 +168,7 @@ static GtkActionEntry gnc_sxed_menu_entries [] =
|
||||
{ "TransactionAction", NULL, N_("_Transaction"), NULL, NULL, NULL },
|
||||
{ "ViewAction", NULL, N_("_View"), NULL, NULL, NULL },
|
||||
{ "ActionsAction", NULL, N_("_Actions"), NULL, NULL, NULL },
|
||||
{ "WindowsAction", NULL, N_("_Windows"), NULL, NULL, NULL },
|
||||
};
|
||||
static guint gnc_sxed_menu_n_entries = G_N_ELEMENTS (gnc_sxed_menu_entries);
|
||||
|
||||
|
@ -33,6 +33,13 @@
|
||||
</placeholder>
|
||||
</menu>
|
||||
|
||||
<menu name="Windows" action="WindowsAction">
|
||||
<placeholder name="WindowsLayoutPlaceholder">
|
||||
<menuitem name="WindowsSaveLayout" action="WindowsSaveLayoutAction"/>
|
||||
<menuitem name="WindowsResetLayout" action="WindowsResetLayoutAction"/>
|
||||
</placeholder>
|
||||
</menu>
|
||||
|
||||
</menubar>
|
||||
|
||||
<toolbar name="DefaultToolbar">
|
||||
|
Loading…
Reference in New Issue
Block a user