diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 20:33:58 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 20:33:58 +0000 |
commit | eb44eee2d7ea947e554abbbc8af3044e65c8c162 (patch) | |
tree | b6eabab89d13fecab78eb9f64f1289bc802fc53b /app/resources/app_strings.grd | |
parent | 335a82de3ca04230b393f1722e973a0f20e720b6 (diff) | |
download | chromium_src-eb44eee2d7ea947e554abbbc8af3044e65c8c162.zip chromium_src-eb44eee2d7ea947e554abbbc8af3044e65c8c162.tar.gz chromium_src-eb44eee2d7ea947e554abbbc8af3044e65c8c162.tar.bz2 |
Assign resource ids from a central file.
This allows us to control resource id assignment across all grd
files so we can avoid id collisions.
BUG=48625
Review URL: http://codereview.chromium.org/2961002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52211 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resources/app_strings.grd')
-rw-r--r-- | app/resources/app_strings.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resources/app_strings.grd b/app/resources/app_strings.grd index 482e2c0..3d8f76b 100644 --- a/app/resources/app_strings.grd +++ b/app/resources/app_strings.grd @@ -177,7 +177,7 @@ need to be translated for each locale.--> <file path="app_strings_zh-TW.xtb" lang="zh-TW" /> </translations> <release seq="1" allow_pseudo="false"> - <messages fallback_to_english="true" first_id="30000"> + <messages fallback_to_english="true"> <!-- Menus --> <message name="IDS_APP_MENU_EMPTY_SUBMENU" desc="Used when a submenu has no entries"> |