From c118298d0ebd40e2af340929a62e6702dfb2235c Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Sat, 29 Aug 1998 00:35:53 +0000 Subject: [PATCH] make HT Find/property dialogbox work with UTF8. reviewed by rjc --- modules/rdf/src/ht.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rdf/src/ht.c b/modules/rdf/src/ht.c index 2bdaa800e24..b00d2ce104b 100644 --- a/modules/rdf/src/ht.c +++ b/modules/rdf/src/ht.c @@ -6243,7 +6243,7 @@ rdfProcDialogHandler(XPDialogState *dlgstate, char **argv, int argc, unsigned in XP_CopyDialogString(strings, 1, dynStr); if (postHTMLdynStr != NULL) XP_CopyDialogString(strings, 2, postHTMLdynStr); XP_MakeHTMLDialog(NULL, &rdfColorPropDialogInfo, RDF_COLOR_TITLE, - strings, node, PR_FALSE); + strings, node, PR_TRUE); } if (dynStr != NULL) XP_FREE(dynStr); if (strings != NULL) XP_FreeDialogStrings(strings); @@ -6799,7 +6799,7 @@ HT_Find(char *hint) } context = gRDFMWContext(NULL); XP_MakeHTMLDialog(context, &rdfFindDialogInfo, RDF_FIND_TITLE, - strings, NULL, PR_FALSE); + strings, NULL, PR_TRUE); } if (dynStr != NULL) XP_FREE(dynStr); if (strings != NULL) XP_FreeDialogStrings(strings); @@ -7024,7 +7024,7 @@ HT_Properties (HT_Resource node) context = gRDFMWContext(NULL); } XP_MakeHTMLDialog(context, &rdfWorkspacePropDialogInfo, - RDF_MAIN_TITLE, strings, node, PR_FALSE); + RDF_MAIN_TITLE, strings, node, PR_TRUE); } else {