Skip to content

Commit

Permalink
Merge pull request #4446 from brave/simon-snpt-issue-7930
Browse files Browse the repository at this point in the history
Change branded wallpaper demo resource file name
  • Loading branch information
petemill committed Jan 29, 2020
1 parent 21edcf4 commit 63fdc8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browser/ui/webui/brave_webui_source.cc
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ void CustomizeWebUIHTMLSource(const std::string &name,
{ "ntp-14.webp", IDR_BRAVE_NEW_TAB_BACKGROUND14 },
{ "ntp-15.webp", IDR_BRAVE_NEW_TAB_BACKGROUND15 },
{ "ntp-16.webp", IDR_BRAVE_NEW_TAB_BACKGROUND16 },
{ "ntp-dummy-brandedwallpaper/wallpaper1.jpg",
{ "ntp-dummy-brandedwallpaper/wallpaper-0.jpg",
IDR_BRAVE_NEW_TAB_DUMMY_BRANDED_WALLPAPER_BG_1 },
{ "ntp-dummy-brandedwallpaper/wallpaper2.jpg",
{ "ntp-dummy-brandedwallpaper/wallpaper-1.jpg",
IDR_BRAVE_NEW_TAB_DUMMY_BRANDED_WALLPAPER_BG_2 },
{ "ntp-dummy-brandedwallpaper/wallpaper3.jpg",
{ "ntp-dummy-brandedwallpaper/wallpaper-2.jpg",
IDR_BRAVE_NEW_TAB_DUMMY_BRANDED_WALLPAPER_BG_3 },
{ "ntp-dummy-brandedwallpaper/logo.png",
IDR_BRAVE_NEW_TAB_DUMMY_BRANDED_WALLPAPER_LOGO },
Expand Down

0 comments on commit 63fdc8c

Please sign in to comment.