| Index: chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| diff --git a/chrome/tools/mac_helpers/infoplist_strings_util.mm b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| index f142a4be48a627c73aa6a4f2148bfbb6e8cb36e6..469af2ebd9dfd17a2cc71529bb030376ecdcc102 100644
|
| --- a/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| +++ b/chrome/tools/mac_helpers/infoplist_strings_util.mm
|
| @@ -216,8 +216,8 @@ int main(int argc, char* const argv[]) {
|
|
|
| uint32_t name_id = IDS_PRODUCT_NAME;
|
| const char* name_id_str = "IDS_PRODUCT_NAME";
|
| - uint32_t short_name_id = IDS_SHORT_PRODUCT_NAME;
|
| - const char* short_name_id_str = "IDS_SHORT_PRODUCT_NAME";
|
| + uint32_t short_name_id = IDS_APP_MENU_PRODUCT_NAME;
|
| + const char* short_name_id_str = "IDS_APP_MENU_PRODUCT_NAME";
|
| if (strcmp(app_type, kAppType_Helper) == 0) {
|
| name_id = IDS_HELPER_NAME;
|
| name_id_str = "IDS_HELPER_NAME";
|
|
|