resources/resources.rs
author Patrik Svestka <patrik.svestka@gmail.com>
Wed, 14 Nov 2018 12:15:50 +0100
branchjv
changeset 6509 110f6a02e2d5
parent 3814 54fbca99c942
permissions -rw-r--r--
Issue #239: Fix all Smalltak/X source files to be in unicode (UTF8 without BOM) and prefixed by "{ Encoding: utf8 }" when any unicode character is present - All source *.st files are now Unicode UTF8 without BOM Files are in two groups (fileOut works this way in Smalltalk/X): - containing a unicode character have "{ Encoding: utf8 }" at the header - ASCII only are without the header
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3814
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     1
#encoding ascii
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     2
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     3
; dummy resources
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     4
;
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     5
; $Header: /cvs/stx/stx/libwidg/resources/resources.rs,v 1.1 2009-01-23 11:28:21 sr Exp $
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     6
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     7
;
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     8
; notice: there are no translations (and there shall be none) here.
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
     9
; This file is only needed to have the superpack information
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
    10
; for the libview2 package (i.e. to tell the system to look for libview/resources instead).
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
    11
;
54fbca99c942 *** empty log message ***
sr
parents:
diff changeset
    12
#superpack      (ResourcePack forPackage:'stx:libview')