Changeset 7949dcf7 in sasview for src/sas/sasgui/perspectives/pr
- Timestamp:
- Oct 14, 2016 6:28:47 AM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/pr/pr.py
rc10d9d6c ra69a967 1276 1276 wx.PostEvent(self.parent, StatusEvent(status=msg, info='error')) 1277 1277 return 1278 msg += "Prview does not allow multiple data!\n"1278 msg = "Prview does not allow multiple data!\n" 1279 1279 msg += "Please select one.\n" 1280 1280 if len(data_list) > 1:
Note: See TracChangeset
for help on using the changeset viewer.