mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix bug #12369
This commit is contained in:
parent
cac50fec00
commit
4f8152b7f5
@ -196,7 +196,7 @@ def checkUpgradeWin():
|
||||
if os.path.isfile(lyxrc):
|
||||
return
|
||||
olddir = os.path.join(os.path.dirname(cwd), "LyX2.3")
|
||||
if not os.path.isdir(oldir):
|
||||
if not os.path.isdir(olddir):
|
||||
return
|
||||
logger.info('Copying ' + olddir + ' into ' + cwd)
|
||||
copy_tree(olddir, cwd, True)
|
||||
|
BIN
po/messages.mo
BIN
po/messages.mo
Binary file not shown.
Loading…
Reference in New Issue
Block a user