[gnome-music] Fix formatting in About dialog
- From: Arnel A. Borja <arnelborja src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] Fix formatting in About dialog
- Date: Thu, 22 Aug 2013 16:36:29 +0000 (UTC)
commit 2199f3af8171642ca344a69875c1f15f9a2e6fa7
Author: Paul martin <codemobius gmail com>
Date: Thu Aug 22 11:02:09 2013 -0400
Fix formatting in About dialog
- Add a newline after the Contributors list to separate it with the
Designers list
- List designers alphabetically
- Remove newlines in the license
- Enable wrapping of license
https://bugzilla.gnome.org/show_bug.cgi?id=706353
data/AboutDialog.ui.in | 38 +++++++++++++-------------------------
1 files changed, 13 insertions(+), 25 deletions(-)
---
diff --git a/data/AboutDialog.ui.in b/data/AboutDialog.ui.in
index bc8e601..85f477a 100644
--- a/data/AboutDialog.ui.in
+++ b/data/AboutDialog.ui.in
@@ -2,35 +2,21 @@
<interface domain="gnome-music">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAboutDialog" id="about_dialog">
- <property name="version">@PACKAGE_VERSION@</property>
+ <property name="can_focus">False</property>
<property name="modal">True</property>
+ <property name="program_name">Music</property>
+ <property name="version">@PACKAGE_VERSION@</property>
<property name="copyright" translatable="yes">Copyright © 2013 GNOME Music Developers</property>
<property name="comments" translatable="yes">A music player and management application for
GNOME.</property>
<property name="website">@PACKAGE_URL@</property>
<property name="website_label" translatable="yes">Visit GNOME Music website</property>
- <property name="license" translatable="yes">GNOME Music 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.
+ <property name="license" translatable="yes">GNOME Music 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.
-GNOME Music 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.
+GNOME Music 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.
-You should have received a copy of the GNU General Public License
-along with GNOME Music; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-02110-1301 USA.
+You should have received a copy of the GNU General Public License along with GNOME Music; if not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-The GNOME Music authors hereby grant permission for non-GPL
-compatible GStreamer plugins to be used and distributed together
-with GStreamer and GNOME Music. This permission is above and
-beyond the permissions granted by the GPL license by which
-GNOME Music is covered. If you modify this code, you may extend
-this exception to your version of the code, but you are not
-obligated to do so. If you do not wish to do so, delete this
-exception statement from your version.</property>
+The GNOME Music authors hereby grant permission for non-GPL compatible GStreamer plugins to be used and
distributed together with GStreamer and GNOME Music. This permission is above and beyond the permissions
granted by the GPL license by which GNOME Music is covered. If you modify this code, you may extend this
exception to your version of the code, but you are not obligated to do so. If you do not wish to do so,
delete this exception statement from your version.</property>
<property name="authors">Maintainers:
Seif Lotfy <seif lotfy com>
Vadim Rutkovsky <vrutkovs redhat com>
@@ -42,10 +28,12 @@ Contributors:
Guillaume Quintard <guillaume quintard gmail com>
Juan Suarez <jasuarez igalia com>
Sai Suman Prayaga <suman sai14 gmail com>
- Shivani Poddar <shivani poddar92 gmail com></property>
- <property name="artists">William Jon McCann <william jon mccann gmail com>
+ Shivani Poddar <shivani poddar92 gmail com>
+</property>
+ <property name="artists"> Allan Day <allanpday gmail com>
Jakub Steiner <jimmac gmail com>
- Allan Day <allanpday gmail com></property>
- <property name="logo-icon-name">gnome-music</property>
+ William Jon McCann <william jon mccann gmail com></property>
+ <property name="logo_icon_name">gnome-music</property>
+ <property name="wrap_license">True</property>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]