Changeset 952
- Timestamp:
- Mar 10, 2010 3:46:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/expgui ¶
r951 r952 680 680 proc About { } { 681 681 global expgui expmap 682 set version "Revision [lindex $expgui(Revision) 1] (readexp.tcl [lindex $expmap(Revision) 1])" 683 catch { 684 set version "[GetSVNVersion $::expgui(gsasdir)]\ntrack: $::expgui(SVNversion)" 685 } 682 686 tk_dialog .about {About...} \ 683 687 "EXPGUI\n\ … … 685 689 APS, Argonne National Laboratory\n\n\ 686 690 Not subject to copyright\n\n\ 687 Revision [lindex $expgui(Revision) 1] (readexp.tcl [lindex $expmap(Revision) 1])\n\n\691 $version\n\n\ 688 692 Cite: B. H. Toby, EXPGUI, a graphical\n\ 689 693 user interface for GSAS, J. Appl. Cryst.\n\
Note: See TracChangeset
for help on using the changeset viewer.