Changes in src/sas/sasgui/perspectives/pr/pr.py [a69a967:c10d9d6c] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/pr/pr.py
ra69a967 rc10d9d6c 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.