use new HT_Launch api (appr sdagley).

This commit is contained in:
pinkerton 1998-05-19 19:21:38 +00:00
Родитель 39dc2d55b8
Коммит 6cce4d658c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -625,7 +625,7 @@ CHyperTreeFlexTable :: OpenRow ( TableIndexT inRow )
if (node) {
// we can ignore the click if it is a container.
if ( !HT_IsContainer(node) && !HT_IsSeparator(node) )
if ( !HT_IsContainer(node) && !HT_IsSeparator(node) && !HT_Launch(node, NULL) )
CFrontApp::DoGetURL( HT_GetNodeURL(node) );
} // if valid node