Changeset 7949dcf7 in sasview for src/sas/sasgui/perspectives/pr


Ignore:
Timestamp:
Oct 14, 2016 6:28:47 AM (8 years ago)
Author:
GitHub <noreply@…>
Parents:
9087214 (diff), 8b645cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
jhbakker <j.h.bakker@…> (10/14/16 06:28:47)
git-committer:
GitHub <noreply@…> (10/14/16 06:28:47)
Message:

Merge 8b645cc3cea24d016ee884edc83b7654f8f0470b into 90872142fe3b2f0510dc9736969ed78e0fcf3218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/pr/pr.py

    rc10d9d6c ra69a967  
    12761276                    wx.PostEvent(self.parent, StatusEvent(status=msg, info='error')) 
    12771277                    return 
    1278                 msg += "Prview does not allow multiple data!\n" 
     1278                msg = "Prview does not allow multiple data!\n" 
    12791279                msg += "Please select one.\n" 
    12801280                if len(data_list) > 1: 
Note: See TracChangeset for help on using the changeset viewer.