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

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

Issue 9147052: fix panel window string resource ID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better string desc Created 8 years, 11 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/panels/panel_browser_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_titlebar.cc
diff --git a/chrome/browser/ui/gtk/browser_titlebar.cc b/chrome/browser/ui/gtk/browser_titlebar.cc
index 6ccafe8a0f9b740e24a53e6d95816648f05cd01e..cace3cbc1dec4ae1cf29e258054b672ef6eeb962 100644
--- a/chrome/browser/ui/gtk/browser_titlebar.cc
+++ b/chrome/browser/ui/gtk/browser_titlebar.cc
@@ -393,7 +393,7 @@ void BrowserTitlebar::Init() {
panel_wrench_button_.reset(
BuildTitlebarButton(IDR_BALLOON_WRENCH, IDR_BALLOON_WRENCH_P,
IDR_BALLOON_WRENCH_H, app_mode_hbox, FALSE,
- IDS_NEW_TAB_APP_SETTINGS));
+ IDS_PANEL_WINDOW_SETTINGS_BUTTON_TOOLTIP));
g_signal_connect(panel_wrench_button_->widget(), "button-press-event",
G_CALLBACK(OnPanelSettingsMenuButtonPressedThunk), this);
gtk_widget_set_no_show_all(panel_wrench_button_->widget(), TRUE);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/panels/panel_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698