| Index: grit/testdata/source.rc
|
| diff --git a/grit/testdata/source.rc b/grit/testdata/source.rc
|
| index d6d5459c623f83a76d19ae01e708a08d3580f2e2..fbc72284e958a2e9e9b6d1236ac641ac50153079 100644
|
| --- a/grit/testdata/source.rc
|
| +++ b/grit/testdata/source.rc
|
| @@ -1,4 +1,4 @@
|
| -IDC_KLONKMENU MENU
|
| +IDC_KLONKMENU MENU
|
| BEGIN
|
| POPUP "&File"
|
| BEGIN
|
| @@ -6,7 +6,7 @@ BEGIN
|
| MENUITEM "This be ""Klonk"" me like", ID_FILE_THISBE
|
| POPUP "gonk"
|
| BEGIN
|
| - MENUITEM "Klonk && is ""good""", ID_GONK_KLONKIS
|
| + MENUITEM "Klonk && is [good]", ID_GONK_KLONKIS
|
| END
|
| END
|
| POPUP "&Help"
|
| @@ -54,4 +54,4 @@ BEGIN
|
| IDS_NO_LONGER_USED "Not used"
|
| IDS_DIFFERENT_TWIN_1 "Howdie"
|
| IDS_DIFFERENT_TWIN_2 "Howdie"
|
| -END
|
| +END
|
|
|