bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj

This commit is contained in:
Trevor Saunders
2013-12-12 20:50:01 -05:00
parent 30437318d7
commit b4ae5fdd96
97 changed files with 284 additions and 284 deletions

View File

@@ -867,7 +867,7 @@ nsWindowsShellService::SetDesktopBackground(nsIDOMElement* aElement,
// e.g. "Desktop Background.bmp"
nsString fileLeafName;
rv = shellBundle->GetStringFromName
(NS_LITERAL_STRING("desktopBackgroundLeafNameWin").get(),
(MOZ_UTF16("desktopBackgroundLeafNameWin"),
getter_Copies(fileLeafName));
NS_ENSURE_SUCCESS(rv, rv);