From 236ef33ebbb7aae61d5f36d8dc4570674819c810 Mon Sep 17 00:00:00 2001 From: "rahulk@google.com" Date: Mon, 28 Jul 2008 23:27:49 +0000 Subject: Rename uninstall link from Chrome to localized "Google Chrome" string (value of reg key - DisplayName). Keep the uninstall key itself as Google Chrome in all languages as it is not visible to the user and helps in deleting the key in case user changes the system locale after installing Chrome. BUG=1293755 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/util/util_constants.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/installer/util') diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc index 9833671..d008647 100644 --- a/chrome/installer/util/util_constants.cc +++ b/chrome/installer/util/util_constants.cc @@ -76,7 +76,7 @@ const wchar_t kPublisherName[] = L"Google"; const wchar_t kApplicationName[] = L"Google Chrome"; const wchar_t kSetupExe[] = L"setup.exe"; -const wchar_t kUninstallRegPath[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Chrome"; +const wchar_t kUninstallRegPath[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Google Chrome"; const wchar_t kUninstallStringField[] = L"UninstallString"; const wchar_t kUninstallDisplayNameField[] = L"DisplayName"; } // namespace installer_util -- cgit v1.1