Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Info.plist.tmpl

Issue 6003662790852608: Add label for ToolbarItems in Safari during build (Closed)
Patch Set: Created Jan. 15, 2014, 3:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Info.plist.tmpl
===================================================================
--- a/Info.plist.tmpl
+++ b/Info.plist.tmpl
@@ -72,6 +72,8 @@
<dict>
<key>Identifier</key>
<string>{{ identifier }}</string>
+ <key>Label</key>
+ <string>{{ name }}</string>
{%- for key, value in props.iteritems() %}
<key>{{ key }}</key>
{{ str_or_real(value) }}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld