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

Unified Diff: ui/message_center/views/message_view.cc

Issue 14189012: Use new Windows close icon and renamed expand icons in notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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 | ui/resources/ui_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_view.cc
diff --git a/ui/message_center/views/message_view.cc b/ui/message_center/views/message_view.cc
index bc6ea719caff3f05038061789beabe89c4d09c57..48589818e22032468802c929798366c69f7da97f 100644
--- a/ui/message_center/views/message_view.cc
+++ b/ui/message_center/views/message_view.cc
@@ -307,9 +307,9 @@ MessageView::MessageView(const Notification& notification,
ControlButton *expand = new ControlButton(this);
expand->SetPadding(-kExpandIconRightPadding, -kExpandIconBottomPadding);
- expand->SetNormalImage(IDR_NOTIFICATIONS_EXPAND);
- expand->SetHoveredImage(IDR_NOTIFICATIONS_EXPAND_HOVER);
- expand->SetPressedImage(IDR_NOTIFICATIONS_EXPAND_PRESSED);
+ expand->SetNormalImage(IDR_NOTIFICATION_EXPAND);
+ expand->SetHoveredImage(IDR_NOTIFICATION_EXPAND_HOVER);
+ expand->SetPressedImage(IDR_NOTIFICATION_EXPAND_PRESSED);
expand->set_owned_by_client();
expand_button_.reset(expand);
« no previous file with comments | « no previous file | ui/resources/ui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698