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

Unified Diff: chrome/browser/ui/views/about_chrome_view.cc

Issue 9320056: Help: Implement the initial version of the cross-platform help/about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: String fix. 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
Index: chrome/browser/ui/views/about_chrome_view.cc
diff --git a/chrome/browser/ui/views/about_chrome_view.cc b/chrome/browser/ui/views/about_chrome_view.cc
index eef92a7df5ef5554b0184f8572b1dbacc8b85f6a..0e63b387192e2d43f2a476db34c9ecd36bf0327b 100644
--- a/chrome/browser/ui/views/about_chrome_view.cc
+++ b/chrome/browser/ui/views/about_chrome_view.cc
@@ -212,7 +212,7 @@ void AboutChromeView::Init() {
main_text_label_ = new views::Label(string16());
// Figure out what to write in the main label of the About box.
- string16 text = l10n_util::GetStringUTF16(IDS_ABOUT_VERSION_LICENSE);
+ string16 text = l10n_util::GetStringUTF16(IDS_ABOUT_OLD_VERSION_LICENSE);
chromium_url_appears_first_ =
text.find(kBeginLinkChr()) < text.find(kBeginLinkOss());

Powered by Google App Engine
This is Rietveld 408576698