Confirmation dialog for "open last project" menu option when there are unsaved changes

Changed text in UnsavedCanvasDialog and renamed Global.saved to Global.project_has_changed (the boolean values are now opposite)
This commit is contained in:
OverloadedOrama 2020-05-01 19:40:36 +03:00
parent df2bf59871
commit 62bbad7374
6 changed files with 25 additions and 15 deletions

View file

@ -1624,7 +1624,7 @@ visible = false
margin_right = 200.0
margin_bottom = 70.0
window_title = "Unsaved Image"
dialog_text = "Changes has not been saved. Are you sure you want to create a new image?"
dialog_text = "You have unsaved changes. If you proceed, the progress you have made will be lost."
[node name="QuitDialog" type="ConfirmationDialog" parent="."]
margin_right = 200.0