# HG changeset patch # User Claus Gittinger # Date 1487015174 -3600 # Node ID 62b08a50fd9d1532a5eae554dcbe5eaa2a32be3f # Parent 8da9fd29c3bb59062e3771ce90bd7e02f842a000 #OTHER by cg comment/format diff -r 8da9fd29c3bb -r 62b08a50fd9d NewLauncher.st --- a/NewLauncher.st Mon Feb 13 20:43:10 2017 +0100 +++ b/NewLauncher.st Mon Feb 13 20:46:14 2017 +0100 @@ -144,21 +144,21 @@ defaultInfoLineTemplate "available values: - PACKAGE - the current packageID - PACKAGEOREMPTY - the current packageID or empty if its __NoPackage__ - IMAGE - the current snapshot image - CVS - the CVS source repository or empty - DB - the Store source repository DB or empty - SVN_WORKING_COPY- the SVN working copy dir or empty - NOREPOSITORY - the tring 'No Repository' empty - NS - the default namespace, or empty (if Smalltalk) - PROJECTDIR - the default fileOut directory or empty (if current) + PACKAGE - the current packageID + PACKAGEOREMPTY - the current packageID or empty if it's __NoPackage__ + IMAGE - the current snapshot image + CVS - the CVS source repository or empty + DB - the Store source repository DB or empty + SVN_WORKING_COPY- the SVN working copy dir or empty + NOREPOSITORY - the tring 'No Repository' empty + NS - the default namespace, or empty (if Smalltalk) + PROJECTDIR - the default fileOut directory or empty (if current) " (SVN::RepositoryManager notNil and:[ SVN::RepositoryManager isLoaded and:[ SVN::RepositoryManager enabled ]]) ifTrue:[ - ^ '%(PACKAGEOREMPTY)%(IMAGE) %(CVS)%(DB)%(SVN_WORKING_COPY)' + ^ '%(PACKAGEOREMPTY)%(IMAGE) %(CVS)%(DB)%(SVN_WORKING_COPY)' ]. ^ '%(PACKAGEOREMPTY)%(IMAGE)%(CVS)%(DB)%(NOREPOSITORY)%(NS)' @@ -166,6 +166,7 @@ "/ ^ '%(PACKAGE)%(IMAGE)%(CVS)%(DB)%(NOREPOSITORY)%(NS)%(PROJECTDIR)' "Modified: / 30-09-2008 / 12:45:49 / Jan Vrany " + "Modified (comment): / 13-02-2017 / 20:27:15 / cg" ! windowIcon