WorkspaceApplication.st
changeset 8791 5a85029bf765
parent 8790 902de08bc511
child 8792 8c3dc2048387
--- a/WorkspaceApplication.st	Thu Sep 24 12:34:26 2009 +0200
+++ b/WorkspaceApplication.st	Fri Sep 25 15:18:52 2009 +0200
@@ -1250,10 +1250,11 @@
     #(  "/ file                     resourceKey             title                       forcedEncoding  type
         ('Hello_utf8.wsp'           HELLO_UTF_FILE          'Hello'                     #'utf8'         #text)
         ('Welcome.wsp'              WELCOME_FILE            'Welcome'                   nil             #text)
-        ('Setup.wsp'                SETUP_FILE              'Setup'                     nil             #text)
+"/        ('Setup.wsp'                SETUP_FILE              'Setup'                     nil             #text)
         ('Keyboard.wsp'             KEYBOARD_FILE           'Keyboard'                  nil             #text)
-        ('GettingStarted.wsp'       GETTING_STARTED_FILE    'Getting Started'           nil             #text)
-        ('../../doc/books/JoyOfST/IntroToST.html'   INTRO_TO_ST_FILE  'Smalltalk Introduction'    nil             #html)
+"/        ('GettingStarted.wsp'       GETTING_STARTED_FILE    'Getting Started'           nil             #text)
+        ('../../doc/online/english/GettingStarted.html'   GETTING_STARTED_TML_FILE  'Getting Started'           nil             #html)
+        ('../../doc/books/JoyOfST/IntroToST.html'         INTRO_TO_ST_FILE          'Smalltalk Introduction'    nil             #html)
     "/ if these are present, show them.
         ('Private.wsp'              PRIVATE_FILE            'Private Workspace'         nil             #text)
         ('MyWorkspace.wsp'          MYWORKSPACE_FILE        'My Workspace'              nil             #text)
@@ -2545,5 +2546,5 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.179 2009-09-24 10:34:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.180 2009-09-25 13:18:52 cg Exp $'
 ! !