Convert the last NeXTSTEP-format plist to xml1. We thought we had the last one yesterday, but this one must have been hiding.

This commit is contained in:
mark%moxienet.com 2007-12-15 18:24:35 +00:00
Родитель 880ab91200
Коммит c65a1fab38
1 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@ -1,8 +1,12 @@
(
"Back Toolbar Item",
"Forward Toolbar Item",
"Reload Toolbar Item",
"Stop Toolbar Item",
"Combined Location Toolbar Item",
"Sidebar Toolbar Item"
)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>Back Toolbar Item</string>
<string>Forward Toolbar Item</string>
<string>Reload Toolbar Item</string>
<string>Stop Toolbar Item</string>
<string>Combined Location Toolbar Item</string>
<string>Sidebar Toolbar Item</string>
</array>
</plist>