Add IDS_key.upcase

This commit is contained in:
Sergey Pisarchik 2014-05-16 15:48:19 +03:00
parent b0e9d362c8
commit 2bfc6ef5fb

View file

@ -161,7 +161,7 @@ module Twine
if comment && comment.length > 0
f.puts "\t<!-- #{comment} -->\n"
end
f.puts "\t<text id=\"#{key}\">#{value}</text>"
f.puts "\t<text id=\"IDS_#{key.upcase}\">#{value}</text>"
end
end
end