[Gpredict-svn] SF.net SVN: gpredict: [45] trunk/src/about.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-04-30 22:58:31
|
Revision: 45 http://gpredict.svn.sourceforge.net/gpredict/?rev=45&view=rev Author: csete Date: 2008-04-30 15:58:38 -0700 (Wed, 30 Apr 2008) Log Message: ----------- Updated about box to include license reference in the Help menu. Modified Paths: -------------- trunk/src/about.c Modified: trunk/src/about.c =================================================================== --- trunk/src/about.c 2008-04-30 22:53:00 UTC (rev 44) +++ trunk/src/about.c 2008-04-30 22:58:38 UTC (rev 45) @@ -2,7 +2,7 @@ /* Gpredict: Real-time satellite tracking and orbit prediction program - Copyright (C) 2001-2007 Alexandru Csete, OZ9AEC. + Copyright (C) 2001-2008 Alexandru Csete, OZ9AEC. Authors: Alexandru Csete <oz...@gm...> @@ -64,7 +64,8 @@ "warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. "\ "See the GNU Library General Public License for more details.\n\n"\ "You should have received a copy of the GNU General Public License "\ - "along with this program; if not, you can find a copy on the FSF "\ + "along with this program (see Help->License). Otherwise you can find "\ + "a copy on the FSF "\ "website http://www.fsf.org/licensing/licenses/gpl.html or you can "\ "write to the\n\n" "Free Software Foundation, Inc.\n"\ @@ -87,11 +88,11 @@ gtk_about_dialog_set_name (GTK_ABOUT_DIALOG (dialog), _("GPREDICT")); gtk_about_dialog_set_version (GTK_ABOUT_DIALOG (dialog), VERSION); gtk_about_dialog_set_copyright (GTK_ABOUT_DIALOG (dialog), - _("Copyright (C) 2001-2007 Alexandru Csete OZ9AEC\n\n"\ + _("Copyright (C) 2001-2008 Alexandru Csete OZ9AEC\n\n"\ "Gpredict is available free of charge from:")); gtk_about_dialog_set_url_hook (gpredict_url_hook_cb, NULL, NULL); gtk_about_dialog_set_website (GTK_ABOUT_DIALOG (dialog), - "http://groundstation.sourceforge.net/gpredict/"); + "http://gpredict.sourceforge.net/"); /* gtk_about_dialog_set_website_label (GTK_ABOUT_DIALOG (dialog), */ /* _("Gpredict Website")); */ gtk_about_dialog_set_license (GTK_ABOUT_DIALOG (dialog), license); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |