~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to archives/pharo/src/DrGeoII-System/DrGDevelopment.class.st

  • Committer: Hilaire Fernandes
  • Date: 2023-11-16 22:47:55 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20231116224755-6mpr45nsvtyac4rd
Language font manager WIP

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
{ #category : #path }
64
64
DrGDevelopment >> mySmalltalkSketchesPath [
65
 
        ^self repoPath / 'build' / 'SmalltalkSketches'
 
65
        ^self repoPath / 'archives' / 'pharo' / 'build' / 'SmalltalkSketches'
66
66
]
67
67
 
68
68
{ #category : #path }