diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-09-14 15:39:57 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-09-14 15:39:57 +0200 |
commit | ac72b4b35e15c0823dc8c1f68684349a5e34c72a (patch) | |
tree | 61a77f6a64e83d496f9d78d2a8190fb363356bea /src/Applet/CCApplet.cpp | |
parent | 753d66ef06752256f775aa29c07079aa57ad5389 (diff) | |
download | abrt-ac72b4b35e15c0823dc8c1f68684349a5e34c72a.tar.gz abrt-ac72b4b35e15c0823dc8c1f68684349a5e34c72a.tar.xz abrt-ac72b4b35e15c0823dc8c1f68684349a5e34c72a.zip |
APPLET: fixed licence wrapping
Diffstat (limited to 'src/Applet/CCApplet.cpp')
-rw-r--r-- | src/Applet/CCApplet.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index 52ce6191..0fb4c9ff 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -87,12 +87,13 @@ const gchar *CApplet::menu_xml = <property name=\"copyright\" translatable=\"yes\">Copyright © 2009 Red Hat, Inc</property>\ <property name=\"website\">https://fedorahosted.org/abrt/</property>\ <property name=\"website_label\" translatable=\"yes\">Website</property>\ - <property name=\"license\" translatable=\"yes\">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\ -\ -This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ -\ + <property name=\"license\" translatable=\"yes\">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\ +\n\ +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\ +\n\ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.</property>\ <property name=\"authors\">Jiri Moskovcak <jmoskovc@redhat.com></property>\ + <property name=\"wrap_license\">True</property>\ <child internal-child=\"vbox\">\ <object class=\"GtkVBox\" id=\"dialog-vbox1\">\ <property name=\"visible\">True</property>\ |