@@ -1115,12 +1115,12 @@ |
||
| 1115 | 1115 | $certUsernameLabel = WindowsCommon::sprintNsis(_("Username:")); |
| 1116 | 1116 | $certUsernameLength = strlen($certUsernameLabel); |
| 1117 | 1117 | $labelLength = max($certPasswordLength,$certUsernameLength); |
| 1118 | - ?> |
|
| 1118 | + ?> |
|
| 1119 | 1119 | ${NSD_CreateLabel} 0 0 100% 32u "<?php WindowsCommon::echoNsis(_("Selected file: \$Cert_file"))?>" |
| 1120 | 1120 | !else |
| 1121 | 1121 | <?php $certPasswordLabel = WindowsCommon::sprintNsis(_("import password:")); |
| 1122 | 1122 | $certPasswordLength = strlen($certPasswordLabel); |
| 1123 | - ?> |
|
| 1123 | + ?> |
|
| 1124 | 1124 | !insertmacro debug_cat 4 "Unpacking SB_cert.p12" |
| 1125 | 1125 | File "SB_cert.p12" |
| 1126 | 1126 | nsArray::Set Delete_files "SB_cert.p12" |