stx_libbasic.st
branchjv
changeset 25440 039a5cea86c3
parent 25421 c866181b2e34
child 25457 00dfb305ba16
--- a/stx_libbasic.st	Mon Dec 13 13:46:39 2021 +0000
+++ b/stx_libbasic.st	Thu Dec 02 12:27:29 2021 +0100
@@ -2,6 +2,7 @@
  COPYRIGHT (c) Claus Gittinger / eXept Software AG
  COPYRIGHT (c) 2009-2011 Jan Vrany
  COPYRIGHT (c) 2017 Jan Vrany
+ COPYRIGHT (c) 2021 Patrik Svestka
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -29,6 +30,7 @@
  COPYRIGHT (c) Claus Gittinger / eXept Software AG
  COPYRIGHT (c) 2009-2011 Jan Vrany
  COPYRIGHT (c) 2017 Jan Vrany
+ COPYRIGHT (c) 2021 Patrik Svestka
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -602,6 +604,8 @@
         (#'CharacterEncoderImplementations::MAC_Turkish' autoload)
         (#'CharacterEncoderImplementations::NEXT' autoload)
         (CmdLineParserTest autoload)
+        (UnixDesktop autoload)
+        (XDGDesktop autoload)
         (GNOMEDesktop autoload)
         (LargeFloat autoload)
         (MacFilename macos autoload)
@@ -609,11 +613,11 @@
         (NotANumber autoload)
         (SmalltalkDesktop autoload)
         (SystemNotification autoload)
-        (TextCollectorStream autoload)
-        (UnixDesktop autoload)
-        (WindowsDesktop autoload)
-        (XDGDesktop autoload)
+        (TextCollectorStream autoload)        
+        (WindowsDesktop autoload)   
     )
+
+    "Modified: / 02-12-2021 / 09:39:54 / Patrik Svestka <patrik.svestka@gmail.com>"
 !
 
 extensionMethodNames
@@ -683,4 +687,3 @@
     ^ '$ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  $'
 ! !
 
-