Changeset 5102


Ignore:
Timestamp:
Nov 25, 2021 9:21:30 PM (2 years ago)
Author:
toby
Message:

note 2021 or later OriginPro? requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r5101 r5102  
    48184818    or Igor the graphs can then be customized.
    48194819    '''
     4820    if sys.platform == "win32":
     4821        helpinfo += '''
     4822Note that the OriginPro connection export requires Origin 2021 or later.'''
    48204823    hlp = G2G.HelpButton(dlg,helpinfo)
    48214824    sizebox.Add(hlp,0,wx.ALL)
Note: See TracChangeset for help on using the changeset viewer.