mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Bug #538902: Moves the "New Accounts Page" menu option to the "View" menu
Patch by Steven N. Severinghaus. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18570 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -54,7 +54,7 @@ static void gnc_plugin_account_tree_cmd_new_account_tree (GtkAction *action, Gnc
|
||||
/** An array of all of the actions provided by the account tree
|
||||
* plugin. */
|
||||
static GtkActionEntry gnc_plugin_actions [] = {
|
||||
{ "FileNewAccountTreeAction", NULL, N_("New Accounts _Page"), NULL,
|
||||
{ "ViewAccountTreeAction", NULL, N_("New Accounts _Page"), NULL,
|
||||
N_("Open a new Account Tree page"),
|
||||
G_CALLBACK (gnc_plugin_account_tree_cmd_new_account_tree) },
|
||||
};
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
<ui>
|
||||
<menubar>
|
||||
<menu name="File" action="FileAction">
|
||||
<menu name="FileNewMenu" action="FileNewMenuAction">
|
||||
<placeholder name="FileNewMiddlePlaceholder">
|
||||
<menuitem name="FileNewAccountTree" action="FileNewAccountTreeAction"/>
|
||||
</placeholder>
|
||||
</menu>
|
||||
<menu name="View" action="ViewAction">
|
||||
<placeholder name="ViewMiddlePlaceholder">
|
||||
<menuitem name="ViewAccountTree" action="ViewAccountTreeAction"/>
|
||||
</placeholder>
|
||||
</menu>
|
||||
</menubar>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user