| !GView.!Boot
|
|  2006 Martin Wrthner
|
Set GView$Dir <Obey$Dir>
IconSprites <Obey$Dir>.!Sprites

| By default, GView is launched when you double-click on a PostScript file, but
| not if you double-click on a PDF file. You can change both default below.
|
| Place a vertical bar character in front of the next line here and in the !Run
| file if you do not want GView to be launched when you double-click on a PS file.
Set Alias$@RunType_FF5 /<GView$Dir> %%*0

| Remove the vertical bar character in front of the next line here and in the !Run
| file if you want GView to be launched when you double-click on a PDF file.
|Set Alias$@RunType_ADF /<GView$Dir> %%*0
