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

Unified Diff: chrome/browser/cocoa/theme_install_bubble_view.mm

Issue 361006: Switch theme loading to use its own string.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/gtk/theme_install_bubble_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/theme_install_bubble_view.mm
===================================================================
--- chrome/browser/cocoa/theme_install_bubble_view.mm (revision 30959)
+++ chrome/browser/cocoa/theme_install_bubble_view.mm (working copy)
@@ -130,9 +130,8 @@
- (id)init {
self = [super initWithFrame:NSZeroRect];
if (self) {
- // Need our own copy of the "Loading..." string: http://crbug.com/24177
NSString* loadingString =
- l10n_util::GetNSStringWithFixup(IDS_TAB_LOADING_TITLE);
+ l10n_util::GetNSStringWithFixup(IDS_THEME_LOADING_TITLE);
NSFont* loadingFont = [NSFont systemFontOfSize:kLoadingTextSize];
NSColor* textColor = [NSColor whiteColor];
NSDictionary* loadingAttrs = [NSDictionary dictionaryWithObjectsAndKeys:
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/gtk/theme_install_bubble_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698