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

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 92135: Use the default Windows UI fonts for Indian locales on Vista. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | chrome/app/resources/locale_settings_ar.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings.grd
===================================================================
--- chrome/app/resources/locale_settings.grd (revision 14443)
+++ chrome/app/resources/locale_settings.grd (working copy)
@@ -245,6 +245,10 @@
<message name="IDS_UI_FONT_FAMILY" use_name_for_id="true">
default
</message>
+ <!-- For Windows XP -->
+ <message name="IDS_UI_FONT_FAMILY_XP" use_name_for_id="true">
+ default
+ </message>
<!-- To get the actual UI font size for native UI components
(e.g. menu), the system UI font size is scaled with this value/100.
@@ -252,6 +256,10 @@
<message name="IDS_UI_FONT_SIZE_SCALER" use_name_for_id="true">
100
</message>
+ <!-- For Windows XP -->
+ <message name="IDS_UI_FONT_SIZE_SCALER_XP" use_name_for_id="true">
+ 100
+ </message>
<!-- The default value for HTTP Accept-Language header. -->
<message name="IDS_ACCEPT_LANGUAGES" use_name_for_id="true">
« no previous file with comments | « no previous file | chrome/app/resources/locale_settings_ar.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698