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

Unified Diff: ui/strings/app_locale_settings.grd

Issue 431993002: fix locales for linux but desktop_linux=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/strings/app_locale_settings.grd
diff --git a/ui/strings/app_locale_settings.grd b/ui/strings/app_locale_settings.grd
index ee41ac3516d4963dd03fbc5368092650862b0d01..8318a3f0f0f7a922ae384573849dfc9fc511b751 100644
--- a/ui/strings/app_locale_settings.grd
+++ b/ui/strings/app_locale_settings.grd
@@ -229,7 +229,7 @@
75%
</message>
</if>
- <if expr="(desktop_linux or is_android) and not chromeos">
+ <if expr="(is_linux or is_android) and not chromeos">
r.c.ladan 2014/07/31 13:45:36 I think it is better to use <if expr="(pp_ifdef(
Mostyn Bramley-Moore 2014/07/31 13:59:05 That breaks my non-desktop linux build. How about
Mostyn Bramley-Moore 2014/07/31 14:13:23 Done in patchset 2.
<!-- The font used in Web UI (e.g. History). Note that these are only
backups. We try to use the system font if possible. -->
<message name="IDS_WEB_FONT_FAMILY" use_name_for_id="true">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698