summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/prebuild
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 16:45:33 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-01 16:45:33 +0000
commit816a663dbdd9fddb15858b43d6cbd74cd6e60c30 (patch)
tree8f637ea544a23e6d4bde5f914d2e6a5efb9a9ca4 /chrome/installer/util/prebuild
parentf7fbb8a4590a82e14cb1afce2205f4dbf85983d4 (diff)
downloadchromium_src-816a663dbdd9fddb15858b43d6cbd74cd6e60c30.zip
chromium_src-816a663dbdd9fddb15858b43d6cbd74cd6e60c30.tar.gz
chromium_src-816a663dbdd9fddb15858b43d6cbd74cd6e60c30.tar.bz2
setup.exe changes for 3 stage updates.
BUG=12832 TEST=Either test new command line options (update-setup-exe, new-setup-exe) of setup.exe individually or get a mini_installer that has setup.exe patch only and make sure the installer still works. Review URL: http://codereview.chromium.org/115866 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/prebuild')
-rwxr-xr-xchrome/installer/util/prebuild/create_string_rc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/prebuild/create_string_rc.py b/chrome/installer/util/prebuild/create_string_rc.py
index eb8cc69..3c2bda2 100755
--- a/chrome/installer/util/prebuild/create_string_rc.py
+++ b/chrome/installer/util/prebuild/create_string_rc.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright 2008 Google Inc. All rights reserved.
+# Copyright 2009 Google Inc. All rights reserved.
"""This script generates an rc file and header (setup_strings.{rc,h}) to be
included in setup.exe. The rc file includes translations for strings pulled
@@ -43,6 +43,7 @@ kStringIds = [
'IDS_INSTALL_USER_LEVEL_EXISTS',
'IDS_INSTALL_SYSTEM_LEVEL_EXISTS',
'IDS_INSTALL_FAILED',
+ 'IDS_SETUP_PATCH_FAILED',
'IDS_INSTALL_OS_NOT_SUPPORTED',
'IDS_INSTALL_OS_ERROR',
'IDS_INSTALL_TEMP_DIR_FAILED',