home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global abouttxtPath, LANGSETUP
- if LANGSETUP = "e" then
- if the machineType = 256 then
- set abouttxtPath to "..\Presstxt\uk\"
- else
- set abouttxtPath to ":Presstxt:uk:"
- end if
- end if
- if LANGSETUP = "f" then
- if the machineType = 256 then
- set abouttxtPath to "..\Presstxt\fr\"
- else
- set abouttxtPath to ":Presstxt:fr:"
- end if
- end if
- xtracopyabout()
- end
-