From f58bb1d9d2cce2d50f11d3336302b98bef9a8ded Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 5 Aug 2013 22:46:54 +0000 Subject: [PATCH] Ajustando empacotamento mac --- mac/pw3270.bundle.in | 10 +++++----- po/pt_BR.po | 2 +- src/pw3270/uiparser/toolbar.c | 7 +++++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/mac/pw3270.bundle.in b/mac/pw3270.bundle.in index 1cc4ce0..71508f1 100644 --- a/mac/pw3270.bundle.in +++ b/mac/pw3270.bundle.in @@ -89,9 +89,9 @@ ${prefix}/share/locale - + + Tango - + diff --git a/po/pt_BR.po b/po/pt_BR.po index bad022c..3f67e7c 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: 2013-08-05 17:31-0300\n" +"POT-Creation-Date: 2013-08-05 19:43-0300\n" "PO-Revision-Date: 2013-07-30 15:58-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Português \n" diff --git a/src/pw3270/uiparser/toolbar.c b/src/pw3270/uiparser/toolbar.c index 038adbf..0e1b183 100644 --- a/src/pw3270/uiparser/toolbar.c +++ b/src/pw3270/uiparser/toolbar.c @@ -97,6 +97,13 @@ } } +#ifdef HAVE_GTKMAC + else + { + gtk_toolbar_set_style(GTK_TOOLBAR(widget),GTK_TOOLBAR_ICONS); + } +#endif + key = ui_get_attribute("size",names,values); -- libgit2 0.21.2