mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/scm/main.scm -- fix menu issue for LANG=de_DE.. "Preferences" is
really "_Preferences" git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
* qif-io-core/test/Makefile.am: add app-file and backend/file dirs to tests
|
||||
* fix test-import-phase-1.scm: load app-file for symbols, fix
|
||||
the commodity table; fix the "file save" portion
|
||||
|
||||
* src/scm/main.scm -- fix menu issue for LANG=de_DE.. "Preferences" is
|
||||
really "_Preferences"
|
||||
|
||||
2002-09-29 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
|
||||
@@ -472,7 +472,7 @@ string and 'directories' must be a list of strings."
|
||||
(gnc:make-menu-item
|
||||
(_ "_Style Sheets...")
|
||||
(_ "Edit report style sheets.")
|
||||
(list gnc:window-name-main "Edit" "Preferences...")
|
||||
(list gnc:window-name-main "Edit" "_Preferences...")
|
||||
(lambda ()
|
||||
(gnc:style-sheet-dialog-open))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user