Alert the user to which novelWriter version the file was saved with.

This commit is contained in:
Veronica K. B. Olsen
2020-06-27 17:29:47 +02:00
parent f4625647e1
commit 3d162b880a
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -382,8 +382,9 @@ class NWProject():
self.makeAlert((
"Unknown or unsupported %s project file format. "
"The project cannot be opened by this version of %s. "
"The file was saved with novelWriter version %s."
) % (
nw.__package__, nw.__package__
nw.__package__, nw.__package__, appVersion
), nwAlert.ERROR)
return False