Skip to content

Commit

Permalink
message box title
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Sep 15, 2015
1 parent 6f233f2 commit bc6ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autostatistical/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def finish_analysis(self):
self.progress.set(100)
except Exception as e:
self.status.set("An error occurred.")
tkmb.showerror(message="The following error occurred:\n\n{}".format(repr(e)))
tkmb.showerror(title=self.APP_NAME, message="The following error occurred:\n\n{}".format(repr(e)))
self.close_button.config(state='active')


Expand Down

0 comments on commit bc6ad1e

Please sign in to comment.