Fix the create view label order.

This commit is contained in:
ramiro%netscape.com 1998-09-15 02:07:09 +00:00
Родитель caac64c90e
Коммит 5aa9b07225
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -68,14 +68,14 @@ XFE_RDFChromeTreeView::XFE_RDFChromeTreeView(XFE_Component * toplevel,
_htmlPaneHeightFixed(0),
_htmlPaneSizing(XFE_HTML_PANE_PERCENT)
{
createViewLabel();
createDivisionForm();
createTree();
createControlToolbar();
createViewLabel();
doAttachments();
}
//////////////////////////////////////////////////////////////////////////