| Boot file for StrongED
|  StrongED developers

| Set up directory path and load sprites
Set StrongED$Dir <Obey$Dir>
IconSprites <StrongED$Dir>.Resources.!Sprites
If "<Theme$Name>" <> "" Then IconSprites <Theme$Path>.Apps.StrongED.!Sprites22

| Setup application info
Set StrongED$Description "StrongED Text editor"
Set StrongED$Publisher "StrongED Developers"
Set StrongED$Version "4.68"
Set StrongED$Title "StrongED"
Set StrongED$Help "<StrongED$Dir>.!Help"
Set StrongED$Web "http://www.stronged.iconbar.com"

| Set up StrongED's read and write paths.
Obey <StrongED$Dir>.SetupCfg

| If there is a Claim file in either UserPrefs or Defaults then run it.
IfThere StrongED_Read:ClaimFiles Then Obey StrongED_Read:ClaimFiles
