Alert the user to which novelWriter version the file was saved with.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user