From 247adc7ceaf74d2bbb2d41ee341737aecaaa714a Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 1 Jun 1999 05:23:22 +0000 Subject: [PATCH] add search pat for docs git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1738 57a11ea4-9604-0410-9ed3-97b8803252fd --- gnucash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash b/gnucash index 286c6e717a..bc6b42041f 100755 --- a/gnucash +++ b/gnucash @@ -9,5 +9,5 @@ exec ./gnucash.bin \ --debug \ --share-dir ./share \ --config-dir ./etc \ - --doc-path '("./Docs" "./Reports")' \ + --doc-path '("./Docs/En" "./Docs" "./Reports")' \ "$@"