Commit 98b10a32 authored by brizental's avatar brizental Committed by henry
Browse files

fixup! BB 42739: Use the brand name for profile error messages.

parent 01492a83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ nsresult ProfileResetCleanup(nsToolkitProfileService* aService,
  if (!sbs) return NS_ERROR_FAILURE;

  nsCOMPtr<nsIStringBundle> brandBundle;
  Unused << sbs->CreateBundle(kBrandProperties, getter_AddRefs(brandBundle));
  (void)sbs->CreateBundle(kBrandProperties, getter_AddRefs(brandBundle));
  if (!brandBundle) return NS_ERROR_FAILURE;

  nsCOMPtr<nsIStringBundle> sb;