From 60845ae43c4b1f509968315bff41fb901ffeb69e Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 26 Sep 2012 21:48:09 +0000 Subject: [PATCH] Incluindo versao do gtk usada no pacote de instalacao windows para facilitar a identificacao --- configure.ac | 1 + po/pt_BR.po | 10 ++++++---- pw3270.nsi.in | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index b80f913..3fa625a 100644 --- a/configure.ac +++ b/configure.ac @@ -317,6 +317,7 @@ PKG_CHECK_MODULES( [GTK], [gtk+-3.0 gmodule-2.0], [ GTK_VERSION="3.0" ], [ PKG_C AC_SUBST(GTK_LIBS) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_VERSION) +AC_SUBST(GTK_MODVERSION,`pkg-config --modversion gtk+-$GTK_VERSION`) #--[ SSL ]---------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/po/pt_BR.po b/po/pt_BR.po index 6879c92..7af1254 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-09-24 23:07-0300\n" +"POT-Creation-Date: 2012-09-26 18:45-0300\n" "PO-Revision-Date: 2012-09-20 17:33-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português \n" @@ -636,6 +636,11 @@ msgstr "Imprimir cópia" msgid "Print selected" msgstr "Imprimir seleção" +#: ui/99debug.xml:478 +#, fuzzy +msgid "Print settings" +msgstr "Imprimir caixa de seleção" + #: rpq.c:225 #, c-format msgid "RPQ %s term omitted due to insufficient space" @@ -1442,9 +1447,6 @@ msgstr "Erro desconhecido" #~ msgid "Primary space:" #~ msgstr "Primary space:" -#~ msgid "Print selection box" -#~ msgstr "Imprimir caixa de seleção" - #~ msgid "Progress" #~ msgstr "Progresso" diff --git a/pw3270.nsi.in b/pw3270.nsi.in index 2ba51a1..eadd6ee 100644 --- a/pw3270.nsi.in +++ b/pw3270.nsi.in @@ -2,7 +2,7 @@ Name "@PACKAGE@" Caption "@PACKAGE@ - 3270 Emulator for windows/gtk" -outfile "@PACKAGE@-@PACKAGE_VERSION@.@PACKAGE_LEVEL@-@host_cpu@-install.exe" +outfile "@PACKAGE@-@PACKAGE_VERSION@.@PACKAGE_LEVEL@-gtk-@GTK_MODVERSION@-@host_cpu@-install.exe" XPStyle on # define the directory to install to -- libgit2 0.21.2