Skip to content

Commit

Permalink
bug fix in QuickMagIC agm folder import
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshoes87 committed Dec 24, 2014
1 parent 31bf831 commit 7eb36bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmag_menu_dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def InitUI(self):

def on_add_dir_button(self,event):
text = "choose directory of files to convert to MagIC"
pw.on_add_dir_button(self.panel, self.WD, event, text)
pw.on_add_dir_button(self.bSizer0, self.WD, event, text)

def on_okButton(self, event):
WD = self.WD
Expand Down

0 comments on commit 7eb36bd

Please sign in to comment.