#BUGFIX by exept
authorClaus Gittinger <cg@exept.de>
Mon, 30 Dec 2019 15:45:37 +0100
changeset 19384 b6a6b477c5f3
parent 19383 91a01357a7d7
child 19385 c676e3aaab7e
#BUGFIX by exept class: FileApplicationNoteBook class changed: #windowSpec do not xlate filenames in notebook tab
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Mon Dec 30 13:05:09 2019 +0100
+++ b/FileApplicationNoteBook.st	Mon Dec 30 15:45:37 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -216,33 +214,33 @@
     <resource: #canvas>
 
     ^ 
-     #(FullSpec
-        name: windowSpec
-        window: 
-       (WindowSpec
-          label: 'FileBrowserV2TextEditor'
-          name: 'FileBrowserV2TextEditor'
-          min: (Point 10 10)
-          bounds: (Rectangle 0 0 300 300)
-        )
-        component: 
-       (SpecCollection
-          collection: (
-           (NoteBookViewSpec
-              name: 'CommandAndTextEditor'
-              layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-              model: selectedEditorPage
-              menu: tabList
-              useIndex: true
-              accessTabMenuAction: tabMenuAt:
-              destroyTabAction: destroyTabAt:
-              canvas: canvasHolder
-              keepCanvasAlive: true
-            )
-           )
-         
+    #(FullSpec
+       name: windowSpec
+       uuid: 'eaf34c24-2b12-11ea-b016-10ddb1cc5928'
+       window: 
+      (WindowSpec
+         label: 'FileBrowserV2TextEditor'
+         name: 'FileBrowserV2TextEditor'
+         uuid: 'eaf3539a-2b12-11ea-b016-10ddb1cc5928'
+         min: (Point 10 10) bounds: (Rectangle 0 0 300 300)
+      ) component: 
+      (SpecCollection
+         collection: (
+          (NoteBookViewSpec
+             name: 'CommandAndTextEditor'
+             layout: (LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0) uuid: 'eaf35af2-2b12-11ea-b016-10ddb1cc5928'
+             model: selectedEditorPage
+             menu: tabList
+             useIndex: true
+             accessTabMenuAction: tabMenuAt:
+             translateLabel: false
+             destroyTabAction: destroyTabAt:
+             canvas: canvasHolder
+             keepCanvasAlive: true
+          )
         )
       )
+    )
 ! !
 
 !FileApplicationNoteBook class methodsFor:'menu specs'!