| Index: chrome/installer/util/shell_util.cc
|
| ===================================================================
|
| --- chrome/installer/util/shell_util.cc (revision 145768)
|
| +++ chrome/installer/util/shell_util.cc (working copy)
|
| @@ -214,7 +214,7 @@
|
| // 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()));
|
|
|