add file for history pref pane that I forgot
This commit is contained in:
Родитель
af67b13955
Коммит
553f6ac7bc
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>English</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>History</string>
|
||||||
|
<key>CFBundleIconFile</key>
|
||||||
|
<string>History.tiff</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>org.mozilla.camino.preference.history</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>CHIM</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>NSMainNibFile</key>
|
||||||
|
<string>History</string>
|
||||||
|
<key>NSPrincipalClass</key>
|
||||||
|
<string>OrgMozillaChimeraPreferenceHistory</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Загрузка…
Ссылка в новой задаче