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

Unified Diff: chrome/browser/gtk/browser_titlebar.cc

Issue 159859: linux: use linux-specific window control graphics from glen (Closed)
Patch Set: Created 11 years, 4 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
« app/resources/app_resources.grd ('K') | « app/resources/linux_restore_p.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_titlebar.cc
diff --git a/chrome/browser/gtk/browser_titlebar.cc b/chrome/browser/gtk/browser_titlebar.cc
index 35de98236690afb9b7a71b19bb67e7bc2a5f66e6..11d34996ecbf57855c03477d3de5a072865b30a8 100644
--- a/chrome/browser/gtk/browser_titlebar.cc
+++ b/chrome/browser/gtk/browser_titlebar.cc
@@ -191,8 +191,7 @@ void BrowserTitlebar::Init() {
gtk_box_pack_start(GTK_BOX(titlebar_buttons_box_), buttons_hbox, FALSE,
FALSE, 0);
- close_button_.reset(BuildTitlebarButton(IDR_LINUX_CLOSE, IDR_LINUX_CLOSE_P,
- IDR_LINUX_CLOSE_H,
+ close_button_.reset(BuildTitlebarButton(IDR_CLOSE, IDR_CLOSE_P, IDR_CLOSE_H,
buttons_hbox, IDS_XPFRAME_CLOSE_TOOLTIP));
restore_button_.reset(BuildTitlebarButton(IDR_RESTORE, IDR_RESTORE_P,
IDR_RESTORE_H, buttons_hbox,
« app/resources/app_resources.grd ('K') | « app/resources/linux_restore_p.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698