mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change the name and move the location of the file properties menu item
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7102 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ce109fa058
commit
64ad5db579
@ -204,9 +204,9 @@
|
|||||||
(add-customer-items)
|
(add-customer-items)
|
||||||
|
|
||||||
(gnc:add-extension
|
(gnc:add-extension
|
||||||
(gnc:make-menu-item (N_ "File Properties")
|
(gnc:make-menu-item (N_ "Properties")
|
||||||
(N_ "View and edit the properties of this file.")
|
(N_ "View and edit the properties of this file.")
|
||||||
(list "File" "Save As...")
|
(list "File" "Print")
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let* ((book (gnc:get-current-book))
|
(let* ((book (gnc:get-current-book))
|
||||||
(slots (gnc:book-get-slots book)))
|
(slots (gnc:book-get-slots book)))
|
||||||
|
Loading…
Reference in New Issue
Block a user