diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 23:38:42 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 23:38:42 +0000 |
commit | 1ba590018ad58ea18ec3079f089feb64fd951d87 (patch) | |
tree | c2dae6487ee94f356955073ba86fbbcbefa340b7 /chrome/installer/util/prebuild/create_string_rc.py | |
parent | 5031e6ce86a9039e62185313fa0fcf33985e2304 (diff) | |
download | chromium_src-1ba590018ad58ea18ec3079f089feb64fd951d87.zip chromium_src-1ba590018ad58ea18ec3079f089feb64fd951d87.tar.gz chromium_src-1ba590018ad58ea18ec3079f089feb64fd951d87.tar.bz2 |
Magic incatation to have the translated strings appear in the setup.exe resources
- I could bundle this with the c++ changes but I am afraid of having to clobber.
Review URL: http://codereview.chromium.org/53077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/prebuild/create_string_rc.py')
-rwxr-xr-x | chrome/installer/util/prebuild/create_string_rc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py index 2c53380..eb8cc69 100755 --- a/chrome/installer/util/prebuild/create_string_rc.py +++ b/chrome/installer/util/prebuild/create_string_rc.py @@ -51,6 +51,8 @@ kStringIds = [ 'IDS_INSTALL_INSUFFICIENT_RIGHTS', 'IDS_UNINSTALL_FAILED', 'IDS_INSTALL_DIR_IN_USE', + 'IDS_OEM_MAIN_SHORTCUT_NAME', + 'IDS_SHORTCUT_TOOLTIP', ] # The ID of the first resource string. |