summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2012-12-14 13:26:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-29 12:58:46 +0100
commit1c21f83d723df1ced2582c2c3f2411e803a197bf (patch)
treed8b44d5d54d68fe20177b32a760dee46066e413e /sysui
parent988c2ed9391107c3807abcdf81cae2f8872395d3 (diff)
remove code which has been commented out
(cherry picked from commit 613c8044fd9af3d1820c293bd95d12b700177405) Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/macosx/gen_strings.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysui/desktop/macosx/gen_strings.pl b/sysui/desktop/macosx/gen_strings.pl
index 4ba73faccdbf..9c6ffee7d28b 100644
--- a/sysui/desktop/macosx/gen_strings.pl
+++ b/sysui/desktop/macosx/gen_strings.pl
@@ -94,7 +94,6 @@ sub print_lang
if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) {
# replacing product variable doesn't work inside zip files and also not for UTF-16
next if /%PRODUCTNAME/;
-# s/%PRODUCTNAME/\${FILEFORMATNAME} \${FILEFORMATVERSION}/g;
s/$lang/"$documents{$last_section}"/;
s/\n/;\n/;
print;