Index: head/www/galeon/files/patch-src_mozilla_ContentHandler.cpp =================================================================== --- head/www/galeon/files/patch-src_mozilla_ContentHandler.cpp (nonexistent) +++ head/www/galeon/files/patch-src_mozilla_ContentHandler.cpp (revision 78820) @@ -0,0 +1,14 @@ +--- src/mozilla/ContentHandler.cpp.orig Sat Apr 12 16:37:06 2003 ++++ src/mozilla/ContentHandler.cpp Sat Apr 12 16:38:54 2003 +@@ -364,9 +364,9 @@ + nsCOMPtr aFilePicker = + do_CreateInstance (G_FILEPICKER_CONTRACTID); + +- NS_NAMED_LITERAL_STRING (title, _("Select the destination filename")); ++ NS_NAMED_LITERAL_CSTRING (title, _("Select the destination filename")); + +- aFilePicker->Init (aWindowInternal, title.get(), ++ aFilePicker->Init (aWindowInternal, PromiseFlatString(NS_ConvertUTF8toUCS2(title)).get(), + nsIFilePicker::modeSave); + aFilePicker->SetDefaultString (aDefaultFile); + aFilePicker->SetDisplayDirectory (saveDir); Property changes on: head/www/galeon/files/patch-src_mozilla_ContentHandler.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property