checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 10 Jan 2000 14:40:08 +0100
changeset 2528 e49663321188
parent 2527 afa639104477
child 2529 81bd52afdb13
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Jan 10 13:26:30 2000 +0100
+++ b/AbstractLauncherApplication.st	Mon Jan 10 14:40:08 2000 +0100
@@ -3960,6 +3960,9 @@
     someRsrcFile := Smalltalk getSystemFileName:('resources' asFilename constructString:'normal.style').
     someRsrcFile isNil ifTrue:[
         someRsrcFile := Smalltalk getResourceFileName:'normal.style' forPackage:'stx:libview'.
+        someRsrcFile isNil ifTrue:[
+            someRsrcFile := Smalltalk getResourceFileName:'styles/normal.style' forPackage:'stx:libview'.
+        ].
     ].
     someRsrcFile notNil ifTrue:[
         resourceDir := someRsrcFile asFilename directoryName
@@ -4952,5 +4955,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.90 1999-12-16 20:46:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.91 2000-01-10 13:40:08 cg Exp $'
 ! !