mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
fix path in script
This commit is contained in:
parent
612ff0259c
commit
451e9e04ab
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def main():
|
|||
|
||||
# summarize the english file
|
||||
wd = os.path.dirname(sys.argv[0])
|
||||
path = wd + '/../XWords4/res/values/strings.xml'
|
||||
path = wd + '/../app/src/main/res/values/strings.xml'
|
||||
engNames = {}
|
||||
|
||||
engFormats = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue