Changeset 576


Ignore:
Timestamp:
Feb 27, 2004, 6:24:22 PM (21 years ago)
Author:
Gary Byers
Message:

Try to persuade system to use openmcl icon for lisp documents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/OpenMCL.app/Contents/Info.plist

    r6 r576  
    2525                        <key>NSDocumentClass</key>
    2626                        <string>LispEditorDocument</string>
     27                        <key>CFBundleTypeIconFile</key>
     28                        <string>openmcl-icon.icns</string>
    2729                </dict>
    2830                <dict>
     
    3335                        <key>NSDocumentClass</key>
    3436                        <string>LispListenerDocument</string>
     37                        <key>CFBundleTypeIconFile</key>
     38                        <string>openmcl-icon.icns</string>
    3539                </dict>
    3640        </array>
Note: See TracChangeset for help on using the changeset viewer.