[evince] ev-application: Fix property name in about dialog



commit 76c0888ead80e40f7e9eddcf6b84c0c8880c13cc
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Mon Nov 20 10:35:18 2017 +0100

    ev-application: Fix property name in about dialog
    
    And remove a now-useless "wrap" property.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790595

 shell/ev-application.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index c39a23b..e937e04 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -1007,14 +1007,13 @@ app_about_cb (GSimpleAction *action,
                                "name", _("Evince"),
                                "version", VERSION,
                                "copyright", _("© 1996–2017 The Evince authors"),
-                               "license", GTK_LICENSE_GPL_2_0,
+                               "license-type", GTK_LICENSE_GPL_2_0,
                                "website", "https://wiki.gnome.org/Apps/Evince";,
                                "comments", _("Document Viewer"),
                                "authors", authors,
                                "documenters", documenters,
                                "translator-credits", _("translator-credits"),
                                "logo-icon-name", "evince",
-                               "wrap-license", TRUE,
                                NULL);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]