зеркало из https://github.com/mozilla/gecko-dev.git
one more fix to default to treeview in builtin
This commit is contained in:
Родитель
758f64a7e3
Коммит
923d06f52d
|
@ -1650,7 +1650,7 @@ void CPaneCX::FreeBuiltinElement(MWContext *pContext, LO_BuiltinStruct *pBuiltin
|
|||
if (!classid)
|
||||
TRACE("Bad object tag NULL\n");
|
||||
|
||||
if (classid && !XP_STRCMP(classid,"builtin:tree")){
|
||||
if (!classid || XP_STRCMP(classid,"builtin:htmlarea")){ //left to default to tree here
|
||||
#endif //ENDER
|
||||
CRDFContentView* pWnd = (CRDFContentView*)pBuiltin_struct->FE_Data;
|
||||
if (pWnd)
|
||||
|
|
Загрузка…
Ссылка в новой задаче