Commit a512ea19451420a4e67b5c57d9525805c0579cad
1 parent
c123a9dd
Exists in
master
and in
5 other branches
Corrigindo problema no empacotamento windows
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
po/pt_BR.po
@@ -5,7 +5,7 @@ msgid "" | @@ -5,7 +5,7 @@ msgid "" | ||
5 | msgstr "" | 5 | msgstr "" |
6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | "Report-Msgid-Bugs-To: \n" | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2013-09-25 06:38-0300\n" | 8 | +"POT-Creation-Date: 2013-09-25 11:31-0300\n" |
9 | "PO-Revision-Date: 2013-08-28 08:42-0300\n" | 9 | "PO-Revision-Date: 2013-08-28 08:42-0300\n" |
10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | "Language-Team: Português <perry.werneck@gmail.com>\n" | 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" |
pw3270-x86_64.nsi.in
@@ -137,7 +137,7 @@ SubSection "@PACKAGE@" SecMain | @@ -137,7 +137,7 @@ SubSection "@PACKAGE@" SecMain | ||
137 | file "/oname=$INSTDIR\plugins\rxplug.dll" ".bin\Release\plugins\rx3270.dll" | 137 | file "/oname=$INSTDIR\plugins\rxplug.dll" ".bin\Release\plugins\rx3270.dll" |
138 | file "/oname=$INSTDIR\ui\80rexx.xml" "ui\80rexx.xml" | 138 | file "/oname=$INSTDIR\ui\80rexx.xml" "ui\80rexx.xml" |
139 | 139 | ||
140 | - file "/oname=$PROGRAMFILES64\ooRexx\rx3270.cls" "src/plugins/rx3270/rx3270.cls" | 140 | + file "/oname=$PROGRAMFILES64\ooRexx\rx3270.cls" "src\plugins\rx3270\rx3270.cls" |
141 | file "/oname=$INSTDIR\rx3270.dll.@PACKAGE_VERSION@" ".bin\Release\rx3270.dll.@PACKAGE_VERSION@" | 141 | file "/oname=$INSTDIR\rx3270.dll.@PACKAGE_VERSION@" ".bin\Release\rx3270.dll.@PACKAGE_VERSION@" |
142 | file "/oname=$PROGRAMFILES64\ooRexx\rx3270.dll" ".bin\Release\rx3270.dll" | 142 | file "/oname=$PROGRAMFILES64\ooRexx\rx3270.dll" ".bin\Release\rx3270.dll" |
143 | 143 | ||
@@ -210,7 +210,7 @@ section "Uninstall" | @@ -210,7 +210,7 @@ section "Uninstall" | ||
210 | 210 | ||
211 | # Remove registry | 211 | # Remove registry |
212 | SetRegView 64 | 212 | SetRegView 64 |
213 | - DeleteRegKey HKLM "Software\@PACKAGE@" | 213 | + DeleteRegKey HKLM "Software\@PACKAGE@" |
214 | 214 | ||
215 | SetRegView 32 | 215 | SetRegView 32 |
216 | DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@PACKAGE@" | 216 | DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@PACKAGE@" |