Changeset 4968 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jun 21, 2021 5:58:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4964 r4968 6425 6425 elif helpType.lower().startswith('phase'): 6426 6426 helplink = 'gsasII-phase.html#'+helpType.replace(')','').replace('(','_').replace(' ','_') 6427 if helpType.lower().startswith('hist/phase'): 6428 helplink = 'gsasII-histphase.html' 6427 6429 elif helpType: 6428 6430 helplink = 'gsasII.html#'+helpType.replace(')','').replace('(','_').replace(' ','_')
Note: See TracChangeset
for help on using the changeset viewer.