Commit f58bb1d9d2cce2d50f11d3336302b98bef9a8ded

Authored by perry.werneck@gmail.com
1 parent 2c1be6e4

Ajustando empacotamento mac

mac/pw3270.bundle.in
@@ -89,9 +89,9 @@ @@ -89,9 +89,9 @@
89 ${prefix}/share/locale 89 ${prefix}/share/locale
90 </translations> 90 </translations>
91 91
92 - <!-- translations name="@PACKAGE_NAME@"> 92 + <translations name="@PACKAGE_NAME@">
93 ${prefix:bin}/usr/local/share/locale 93 ${prefix:bin}/usr/local/share/locale
94 - </translations --> 94 + </translations>
95 95
96 <!-- Data to copy in, usually Glade/UI files, images, sounds files 96 <!-- Data to copy in, usually Glade/UI files, images, sounds files
97 etc. The destination inside the bundle can be specified if the 97 etc. The destination inside the bundle can be specified if the
@@ -151,9 +151,9 @@ @@ -151,9 +151,9 @@
151 icon names. To be safe, you should use "all". "none" is useful 151 icon names. To be safe, you should use "all". "none" is useful
152 if you want just the index.theme file but no icons, mostly 152 if you want just the index.theme file but no icons, mostly
153 needed for the "hicolor" base theme. 153 needed for the "hicolor" base theme.
154 - >  
155 - <icon-theme icons="auto"> 154 + -->
  155 + <icon-theme icons="all">
156 Tango 156 Tango
157 - </icon-theme --> 157 + </icon-theme>
158 158
159 </app-bundle> 159 </app-bundle>
@@ -5,7 +5,7 @@ msgid &quot;&quot; @@ -5,7 +5,7 @@ msgid &quot;&quot;
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-08-05 17:31-0300\n" 8 +"POT-Creation-Date: 2013-08-05 19:43-0300\n"
9 "PO-Revision-Date: 2013-07-30 15:58-0300\n" 9 "PO-Revision-Date: 2013-07-30 15:58-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"
src/pw3270/uiparser/toolbar.c
@@ -97,6 +97,13 @@ @@ -97,6 +97,13 @@
97 } 97 }
98 98
99 } 99 }
  100 +#ifdef HAVE_GTKMAC
  101 + else
  102 + {
  103 + gtk_toolbar_set_style(GTK_TOOLBAR(widget),GTK_TOOLBAR_ICONS);
  104 + }
  105 +#endif
  106 +
100 107
101 108
102 key = ui_get_attribute("size",names,values); 109 key = ui_get_attribute("size",names,values);