Commit c123a9dddea727117c43e8f457fad51378994bf5
1 parent
d0fcbcc0
Exists in
master
and in
5 other branches
Corrigindo empacotamento em windows
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
po/pt_BR.po
... | ... | @@ -5,7 +5,7 @@ msgid "" |
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2013-09-24 23:31-0300\n" | |
8 | +"POT-Creation-Date: 2013-09-25 06:38-0300\n" | |
9 | 9 | "PO-Revision-Date: 2013-08-28 08:42-0300\n" |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" | ... | ... |
pw3270-i686.nsi.in
... | ... | @@ -132,7 +132,7 @@ SubSection "@PACKAGE@" SecMain |
132 | 132 | file "/oname=$INSTDIR\plugins\rxplug.dll" ".bin\Release\plugins\rx3270.dll" |
133 | 133 | file "/oname=$INSTDIR\ui\80rexx.xml" "ui\80rexx.xml" |
134 | 134 | |
135 | - file "/oname=$PROGRAMFILES\ooRexx\rx3270.cls" "src/plugins/rx3270/rx3270.cls" | |
135 | + file "/oname=$PROGRAMFILES\ooRexx\rx3270.cls" "src\plugins\rx3270\rx3270.cls" | |
136 | 136 | file "/oname=$INSTDIR\rx3270.dll.@PACKAGE_VERSION@" ".bin\Release\rx3270.dll.@PACKAGE_VERSION@" |
137 | 137 | file "/oname=$PROGRAMFILES\ooRexx\rx3270.dll" ".bin\Release\rx3270.dll" |
138 | 138 | ... | ... |