Changeset 2803


Ignore:
Timestamp:
Apr 23, 2017 9:53:34 PM (7 years ago)
Author:
toby
Message:

minor doc updates

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/makeBat.py

    r2802 r2803  
    33====================================
    44
    5 This script creates a filen named ``RunGSASII.bat`` and a desktop shortcut to that file.
     5This script creates a file named ``RunGSASII.bat`` and a desktop shortcut to that file.
    66It registers the filetype .gpx so that the GSAS-II project files exhibit the
    77GSAS-II icon and so that double-clicking on them opens them in GSAS-II.
  • trunk/makeMacApp.py

    r2200 r2803  
    4242'''
    4343
    44 AppleScript += '''(*   GSAS-II AppleScript by B. Toby (brian.toby@anl.gov)
     44if __name__ == '__main__': AppleScript += '''(*   GSAS-II AppleScript by B. Toby (brian.toby@anl.gov)
    4545     It can launch GSAS-II by double clicking or by dropping a data file
    4646     or folder over the app.
Note: See TracChangeset for help on using the changeset viewer.