diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/ContentHandler.cpp | 2 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 39b032278..a5fe94da7 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -299,7 +299,7 @@ NS_METHOD GContentHandler::MIMEConfirmAction () /* translators: %s is the name of the application */ _("Open this file with \"%s\"?"), mHelperApp->name); - gtk_message_dialog_format_secondary_markup + gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), /* translators: %s is the name of the application */ _("It's not possible to view this file type " diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 4ec42b25a..2be0a7200 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -250,7 +250,7 @@ GtkNSSSecurityWarningDialogs::DoDialog (nsIInterfaceRequestor *aContext, if (aSecondary) { - gtk_message_dialog_format_secondary_markup + gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), aSecondary); } |