mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
other file I missed - use NS_LITERAL_STRING instead of char* because API changed
This commit is contained in:
parent
ef91a55dd7
commit
3c04d06ce2
@ -10093,7 +10093,7 @@ GetAlternateTextFor(nsIContent* aContent,
|
||||
// for "Submit" as the alternate text.
|
||||
if (NS_CONTENT_ATTR_NOT_THERE == rv) {
|
||||
nsFormControlHelper::GetLocalizedString(nsFormControlHelper::GetHTMLPropertiesFileName(),
|
||||
"Submit", aAltText);
|
||||
NS_LITERAL_STRING("Submit").get(), aAltText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10093,7 +10093,7 @@ GetAlternateTextFor(nsIContent* aContent,
|
||||
// for "Submit" as the alternate text.
|
||||
if (NS_CONTENT_ATTR_NOT_THERE == rv) {
|
||||
nsFormControlHelper::GetLocalizedString(nsFormControlHelper::GetHTMLPropertiesFileName(),
|
||||
"Submit", aAltText);
|
||||
NS_LITERAL_STRING("Submit").get(), aAltText);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user