[gcalctool/gnome-2-26] Fix missing license text in about dialog (Robert Ancell, Bug #579174)



commit 9c9689e8b6af72c926dd683f3a7ff2f91ae1c134
Author: Robert Ancell <robert ancell gmail com>
Date:   Mon Apr 20 16:03:37 2009 +1000

    Fix missing license text in about dialog (Robert Ancell, Bug #579174)
---
 ChangeLog       |    4 ++++
 gcalctool/gtk.c |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 33b3cd0..49faf31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
 gcalctool change history.
 =========================
 
+2009-04-20 Robert Ancell <robert ancell gmail com>
+
+    * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
+
 2009-04-12 Rich Burridge <rich burridge sun com>
 
     * README:
diff --git a/gcalctool/gtk.c b/gcalctool/gtk.c
index 381b405..a35345d 100644
--- a/gcalctool/gtk.c
+++ b/gcalctool/gtk.c
@@ -1215,7 +1215,8 @@ about_cb(GtkWidget *widget)
           "\n"
           "You should have received a copy of the GNU General Public License\n"
           "along with Gcalctool; if not, write to the Free Software Foundation, Inc.,\n"
-          "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n")
+          "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\n"),
+        NULL
     };
 
     gtk_show_about_dialog(GTK_WINDOW(X.kframe),



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