Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5390)

Unified Diff: chrome/browser/ui/gtk/about_chrome_dialog.cc

Issue 8771063: GTK: Use the correct IDR constant to fix the about box. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/about_chrome_dialog.cc
diff --git a/chrome/browser/ui/gtk/about_chrome_dialog.cc b/chrome/browser/ui/gtk/about_chrome_dialog.cc
index 1a562744fb1592a7989e5849e7d19efe124b58a7..da50541e7e20ed599e9d469e02a10e2e858f3e90 100644
--- a/chrome/browser/ui/gtk/about_chrome_dialog.cc
+++ b/chrome/browser/ui/gtk/about_chrome_dialog.cc
@@ -87,7 +87,7 @@ gboolean OnEventBoxExpose(GtkWidget* event_box,
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
gfx::CairoCachedSurface* background =
- rb.GetNativeImageNamed(IDR_ABOUT_BACKGROUND).ToCairo();
+ rb.GetNativeImageNamed(IDR_ABOUT_BACKGROUND_COLOR).ToCairo();
background->SetSource(cr, event_box, 0, 0);
cairo_pattern_set_extend(cairo_get_source(cr), CAIRO_EXTEND_REPEAT);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698