diff options
| author | dnovotny <danny@rawhide.localdomain> | 2009-09-14 09:40:28 -0400 |
|---|---|---|
| committer | dnovotny <danny@rawhide.localdomain> | 2009-09-14 09:40:28 -0400 |
| commit | 648a9cd08da32494227c4d36a4401fd877d6e03a (patch) | |
| tree | 40e6bd7ef22051ada9437ef22da9d2436a3fd358 /src/Applet/CCApplet.cpp | |
| parent | 814506ae62986c3c3b667afdae7a33fe6b9e690f (diff) | |
| parent | ac72b4b35e15c0823dc8c1f68684349a5e34c72a (diff) | |
| download | abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.tar.gz abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.tar.xz abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
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 52ce619..0fb4c9f 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>\ |
