Commit 97039e8e18b75146cc02ee03509c024e612add2d

Authored by Perry Werneck
1 parent 14b161c2

Small adjustments.

Showing 2 changed files with 17 additions and 25 deletions   Show diff stats
ui/window.xml
... ... @@ -160,6 +160,11 @@
160 160 </item>
161 161  
162 162 <item>
  163 + <attribute name="label" translatable="yes">Append to copy</attribute>
  164 + <attribute name="action">win.copy-append</attribute>
  165 + </item>
  166 +
  167 + <item>
163 168 <attribute name="label" translatable="yes">Copy as text</attribute>
164 169 <attribute name="action">win.copy-text</attribute>
165 170 </item>
... ... @@ -180,11 +185,6 @@
180 185 </item>
181 186  
182 187 <item>
183   - <attribute name="label" translatable="yes">Append to copy</attribute>
184   - <attribute name="action">win.copy-append</attribute>
185   - </item>
186   -
187   - <item>
188 188 <attribute name="label" translatable="yes">Cut</attribute>
189 189 <attribute name="action">win.cut</attribute>
190 190 </item>
... ...
win/pw3270.nsi.in
  1 +# SPDX-License-Identifier: LGPL-3.0-or-later
1 2 #
2   -# "Software pw3270, desenvolvido com base nos códigos fontes do WC3270 e X3270
3   -# (Paul Mattes Paul.Mattes@usa.net), de emulação de terminal 3270 para acesso a
4   -# aplicativos mainframe. Registro no INPI sob o nome G3270.
  3 +# Copyright (C) 2021 Perry Werneck <perry.werneck@gmail.com>
5 4 #
6   -# Copyright (C) <2008> <Banco do Brasil S.A.>
  5 +# This program is free software: you can redistribute it and/or modify
  6 +# it under the terms of the GNU Lesser General Public License as published
  7 +# by the Free Software Foundation, either version 3 of the License, or
  8 +# (at your option) any later version.
7 9 #
8   -# Este programa é software livre. Você pode redistribuí-lo e/ou modificá-lo sob
9   -# os termos da GPL v.2 - Licença Pública Geral GNU, conforme publicado pela
10   -# Free Software Foundation.
  10 +# This program is distributed in the hope that it will be useful,
  11 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
  12 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13 +# GNU General Public License for more details.
11 14 #
12   -# Este programa é distribuído na expectativa de ser útil, mas SEM QUALQUER
13   -# GARANTIA; sem mesmo a garantia implícita de COMERCIALIZAÇÃO ou de ADEQUAÇÃO
14   -# A QUALQUER PROPÓSITO EM PARTICULAR. Consulte a Licença Pública Geral GNU para
15   -# obter mais detalhes.
16   -#
17   -# Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
18   -# programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple
19   -# Place, Suite 330, Boston, MA, 02111-1307, USA
20   -#
21   -# Contatos:
22   -#
23   -# perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
24   -# erico.mendonca@gmail.com (Erico Mascarenhas de Mendonça)
  15 +# You should have received a copy of the GNU Lesser General Public License
  16 +# along with this program. If not, see <https://www.gnu.org/licenses/>.
25 17 #
26 18  
27 19 !include "MUI2.nsh"
... ...