diff options
Diffstat (limited to 'www/galeon/files/patch-src_mozilla_ContentHandler.cpp')
-rw-r--r-- | www/galeon/files/patch-src_mozilla_ContentHandler.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/galeon/files/patch-src_mozilla_ContentHandler.cpp b/www/galeon/files/patch-src_mozilla_ContentHandler.cpp deleted file mode 100644 index cc1bb7290f85..000000000000 --- a/www/galeon/files/patch-src_mozilla_ContentHandler.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- 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<nsIFilePicker> 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); |