[gnome-games] chess: Remove unnecessary wrap_license property of about dialog



commit f7bbfa8f829221d663906a8361b32a8a94e4536f
Author: Robert Ancell <robert ancell canonical com>
Date:   Mon Apr 11 14:36:11 2011 +1000

    chess: Remove unnecessary wrap_license property of about dialog

 glchess/src/glchess.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/glchess/src/glchess.vala b/glchess/src/glchess.vala
index 80d4ae8..f00f3f4 100644
--- a/glchess/src/glchess.vala
+++ b/glchess/src/glchess.vala
@@ -1339,7 +1339,6 @@ public class Application
         about_dialog.version = Config.VERSION;
         about_dialog.copyright = "Copyright 2010 Robert Ancell <robert ancell gmail com>";
         about_dialog.license_type = Gtk.License.GPL_2_0;
-        about_dialog.wrap_license = true;
         about_dialog.comments = _("The 2D/3D chess game for GNOME. \n\nglChess is a part of GNOME Games.");
         about_dialog.authors = authors;
         about_dialog.artists = artists;



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