Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: grit/testdata/source.rc

Issue 9965022: Allow substitution of messages as variables in other messages. (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
Patch Set: Fix unit tests for policy writers. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/testdata/klonk.rc ('k') | grit/testdata/transl.rc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « grit/testdata/klonk.rc ('k') | grit/testdata/transl.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698