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

Unified Diff: chrome/app/generated_resources.grd

Issue 7181002: Remove references to 'linux2' from our grd files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2e53cf3778abcc0be44774b72ff12621d9867cb8..72ae6e9b43fff3e9231be27a5199f76e9ddd73e2 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2415,12 +2415,12 @@ are declared in build/common.gypi.
</if>
<!-- "Create application shortcuts" dialog -->
- <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
tony 2011/06/15 23:22:51 AFAICT, this linux2 check is redundant.
+ <if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_CREATE_SHORTCUTS_TITLE" desc="Title of the dialog to create application shortcuts for current page.">
Create application shortcuts
</message>
</if>
- <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
+ <if expr="pp_ifdef('use_titlecase')">
<message name="IDS_CREATE_SHORTCUTS_TITLE" desc="In Title Case: title of the dialog to create application shortcuts for current page.">
Create Application Shortcuts
</message>

Powered by Google App Engine
This is Rietveld 408576698