From 5fd93e81ebaa618838500dcb64574436478d329b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 20 May 2012 11:06:39 +0000 Subject: [PATCH] Updated the comment in the about dialog --- src/xmleditor.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/xmleditor.c b/src/xmleditor.c index da5fad0..350f5fb 100644 --- a/src/xmleditor.c +++ b/src/xmleditor.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright (c) 2010 Pierre Pronchery "; +"Copyright (c) 2010-2012 Pierre Pronchery "; /* This file is part of DeforaOS Desktop XMLEditor */ static char const _license[] = "This program is free software; you can redistribute it and/or modify\n" @@ -14,6 +14,8 @@ static char const _license[] = "\n" "You should have received a copy of the GNU General Public License\n" "along with this program. If not, see .\n"; +/* TODO: + * - only allow legitimate columns to be modified */ @@ -278,6 +280,8 @@ void xmleditor_about(XMLEditor * xmleditor) g_signal_connect(G_OBJECT(xmleditor->ab_window), "delete-event", G_CALLBACK(_about_on_closex), NULL); desktop_about_dialog_set_authors(xmleditor->ab_window, _authors); + desktop_about_dialog_set_comments(xmleditor->ab_window, + _("XML editor for the DeforaOS desktop")); desktop_about_dialog_set_copyright(xmleditor->ab_window, _copyright); desktop_about_dialog_set_license(xmleditor->ab_window, _license); desktop_about_dialog_set_logo_icon_name(xmleditor->ab_window,