summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup/install.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/setup/install.cc')
-rw-r--r--chrome/installer/setup/install.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index d3533d4..1c8c903 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -219,7 +219,7 @@ bool CreateOrUpdateChromeShortcuts(const std::wstring& exe_path,
// The location of Start->Programs->Google Chrome folder
BrowserDistribution* dist = BrowserDistribution::GetDistribution();
- const std::wstring& product_name = dist->GetApplicationName();
+ const std::wstring& product_name = dist->GetAppShortCutName();
const std::wstring& product_desc = dist->GetAppDescription();
shortcut_path = shortcut_path.Append(product_name);
@@ -551,7 +551,7 @@ installer_util::InstallStatus InstallNewVersion(
AddInstallerCopyTasks(exe_path, archive_path, temp_dir, install_path,
new_version.GetString(), install_list.get(),
(reg_root == HKEY_LOCAL_MACHINE));
- std::wstring product_name = dist->GetApplicationName();
+ std::wstring product_name = dist->GetAppShortCutName();
AddUninstallShortcutWorkItems(reg_root, exe_path, install_path,
product_name, new_version.GetString(), install_list.get());