Changeset 6714


Ignore:
Timestamp:
Jun 12, 2007, 1:01:48 PM (17 years ago)
Author:
Gary Byers
Message:

claim to be an editor for html documents, too.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/OpenMCL.app/Contents/Info.plist

    r6674 r6714  
    3838                        <string>openmcl-icon.icns</string>
    3939                </dict>
    40         </array>
     40                <dict>
     41                        <key>CFBundleTypeName</key>
     42                        <string>html</string>
     43                        <key>CFBundleTypeRole</key>
     44                        <string>Editor</string>
     45                        <key>NSDocumentClass</key>
     46                        <string>DisplayDocument</string>
     47                </dict> </array>
    4148        <key>CFBundleHelpBookFolder</key>
    4249        <string>Help</string>
Note: See TracChangeset for help on using the changeset viewer.