Skip to content

Commit

Permalink
Changed MessageBox
Browse files Browse the repository at this point in the history
  • Loading branch information
zindy committed Mar 23, 2018
1 parent a691ca8 commit 8ae647b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AtrousDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self):

def About(self):
'''About XTAtrous'''
tkMessageBox.showinfo("About XTAtrous", "\"A trous\" Wavelet analysis extension for Imaris\n\nPlease consider citing this software in your paper if you use it.\nSource code available from https://github.com/zindy/libatrous/\n\nAuthor: Egor Zindy <[email protected]>\nWellcome Centre for Cell-Matrix Research")
tkMessageBox.showinfo("About XTAtrous", "\"A trous\" Wavelet analysis extension for Imaris\n\nPlease consider citing this software in your paper if you use it.\nSource code available from https://github.com/zindy/libatrous/\n\nAuthor: Egor Zindy <[email protected]>\nWellcome Centre for Cell-Matrix Research\nUniversity of Manchester (UK)")

def SetDefaults(self):
#Here you set default values
Expand Down

0 comments on commit 8ae647b

Please sign in to comment.