diff options
Diffstat (limited to 'embed/mozilla/EphyAboutModule.cpp')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 92bc975f4..ebc40f8f5 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -536,7 +536,7 @@ EphyAboutModule::CreateRecoverPage(nsIURI *aRecoverURI, char *secondary = g_strdup_printf (_("The page ā%sā in this tab was not fully loaded yet when " "the web browser crashed; it could have caused the crash."), - url.get()); + rawurl.get()); nsCOMPtr<nsIChannel> channel; rv = WritePage (aRecoverURI, uri, uri, rawurl, title.get(), |