Changeset 8
- Timestamp:
- Dec 4, 2009 4:58:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/widplt
- Property rcs:date changed from 1998/11/23 17:48:34 to 1998/11/23 20:06:43
- Property rcs:rev changed from 1.1 to 1.2
- Property rcs:lines set to +8 -8
r4 r8 1 1 #!/usr/local/bin/wish 2 # $Revision$ $Date$ 2 set Revision {$Revision$ $Date$} 3 3 bind all <Control-KeyPress-c> {destroy .} 4 4 # hope for the best … … 245 245 246 246 proc aboutwidplot {} { 247 tk_dialog .warn About " 248 widplot \ 249 B. Toby, NIST (Brian.Toby@NIST.gov)\250 \251 Not subject to copyright\252 \253 $Revision$ $Date$" {} 0 OK247 global Revision 248 tk_dialog .warn About " 249 GSAS\n\ 250 A. C. Larson and\n R. B. Von Dreele,\n LANSCE, Los Alamos\n\n\ 251 WIDPLT\nB. Toby, NIST\nNot subject to copyright\n\n\ 252 $Revision\n\ 253 " {} 0 OK 254 254 } 255 255
Note: See TracChangeset
for help on using the changeset viewer.