| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index dc084360b859861d5a43b0032382e1ae7ebd3aab..4287a20b5620806c2f3d5b9a9de50f8302c4bf4c 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -214,7 +214,7 @@ class RegistryEntry {
|
| // resource for name, description, and company.
|
| entries->push_front(new RegistryEntry(
|
| chrome_application, ShellUtil::kRegApplicationName,
|
| - dist->GetAppShortCutName().append(suffix)));
|
| + dist->GetAppShortCutName()));
|
| entries->push_front(new RegistryEntry(
|
| chrome_application, ShellUtil::kRegApplicationDescription,
|
| dist->GetAppDescription()));
|
|
|