diff -r 2cd2752646a7 -r a7ff7d66ee85 FileBrowserV2PanelView.st --- a/FileBrowserV2PanelView.st Sun Jan 29 18:58:38 2012 +0000 +++ b/FileBrowserV2PanelView.st Mon Jan 30 17:49:41 2012 +0000 @@ -8,10 +8,7 @@ be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred. - - " - "{ Package: 'stx:libtool' }" VariablePanel subclass:#FileBrowserV2PanelView @@ -192,5 +189,9 @@ !FileBrowserV2PanelView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2PanelView.st,v 1.4 2004/08/04 17:59:43 cg Exp $' + ^ '$Id: FileBrowserV2PanelView.st 7854 2012-01-30 17:49:41Z vranyj1 $' +! + +version_SVN + ^ '$Id: FileBrowserV2PanelView.st 7854 2012-01-30 17:49:41Z vranyj1 $' ! !