Commit 60845ae43c4b1f509968315bff41fb901ffeb69e
1 parent
3798a669
Exists in
master
and in
5 other branches
Incluindo versao do gtk usada no pacote de instalacao windows para facilitar a identificacao
Showing
3 changed files
with
8 additions
and
5 deletions
Show diff stats
configure.ac
... | ... | @@ -317,6 +317,7 @@ PKG_CHECK_MODULES( [GTK], [gtk+-3.0 gmodule-2.0], [ GTK_VERSION="3.0" ], [ PKG_C |
317 | 317 | AC_SUBST(GTK_LIBS) |
318 | 318 | AC_SUBST(GTK_CFLAGS) |
319 | 319 | AC_SUBST(GTK_VERSION) |
320 | +AC_SUBST(GTK_MODVERSION,`pkg-config --modversion gtk+-$GTK_VERSION`) | |
320 | 321 | |
321 | 322 | #--[ SSL ]---------------------------------------------------------------------------------------------------------------------------------------------------- |
322 | 323 | ... | ... |
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: 2012-09-24 23:07-0300\n" | |
8 | +"POT-Creation-Date: 2012-09-26 18:45-0300\n" | |
9 | 9 | "PO-Revision-Date: 2012-09-20 17:33-0300\n" |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" |
... | ... | @@ -636,6 +636,11 @@ msgstr "Imprimir cópia" |
636 | 636 | msgid "Print selected" |
637 | 637 | msgstr "Imprimir seleção" |
638 | 638 | |
639 | +#: ui/99debug.xml:478 | |
640 | +#, fuzzy | |
641 | +msgid "Print settings" | |
642 | +msgstr "Imprimir caixa de seleção" | |
643 | + | |
639 | 644 | #: rpq.c:225 |
640 | 645 | #, c-format |
641 | 646 | msgid "RPQ %s term omitted due to insufficient space" |
... | ... | @@ -1442,9 +1447,6 @@ msgstr "Erro desconhecido" |
1442 | 1447 | #~ msgid "Primary space:" |
1443 | 1448 | #~ msgstr "Primary space:" |
1444 | 1449 | |
1445 | -#~ msgid "Print selection box" | |
1446 | -#~ msgstr "Imprimir caixa de seleção" | |
1447 | - | |
1448 | 1450 | #~ msgid "Progress" |
1449 | 1451 | #~ msgstr "Progresso" |
1450 | 1452 | ... | ... |
pw3270.nsi.in
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | Name "@PACKAGE@" |
4 | 4 | Caption "@PACKAGE@ - 3270 Emulator for windows/gtk" |
5 | -outfile "@PACKAGE@-@PACKAGE_VERSION@.@PACKAGE_LEVEL@-@host_cpu@-install.exe" | |
5 | +outfile "@PACKAGE@-@PACKAGE_VERSION@.@PACKAGE_LEVEL@-gtk-@GTK_MODVERSION@-@host_cpu@-install.exe" | |
6 | 6 | XPStyle on |
7 | 7 | |
8 | 8 | # define the directory to install to | ... | ... |