* 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:
Derek Atkins
2002-09-30 22:28:03 +00:00
parent 79fe4f10b7
commit 3809799b0f
2 changed files with 4 additions and 1 deletions

View File

@@ -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>

View File

@@ -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))))