Bug 393253 - "Buttons in 'places' panel must have 'id's to theme them." [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Mano a1.9=mconnor]

This commit is contained in:
reed@reedloden.com 2007-09-29 00:22:11 -07:00
Родитель 2402d7d9ed
Коммит 398b941ae5
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -77,7 +77,8 @@
<treechildren id="placesListChildren" view="placesList" flex="1"/>
</tree>
<vbox>
<button label="&newFolderButton.label;"
<button id="newFolderButton"
label="&newFolderButton.label;"
accesskey="&newFolderButton.accesskey;"
oncommand="gMoveBookmarksDialog.newFolder();"/>
</vbox>