From: Regina Obe Date: Wed, 16 Jan 2013 14:24:35 +0000 (+0000) Subject: change to about link to show new website link X-Git-Tag: 2.1.0beta2~246 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f892ba56fd20376a95b3449f946d3c536079a5a1;p=postgis change to about link to show new website link git-svn-id: http://svn.osgeo.org/postgis/trunk@10982 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/shp2pgsql-gui.c b/loader/shp2pgsql-gui.c index f9f8d462f..20308ad37 100644 --- a/loader/shp2pgsql-gui.c +++ b/loader/shp2pgsql-gui.c @@ -2549,7 +2549,7 @@ pgui_create_about_dialog(void) dialog_about = gtk_about_dialog_new(); gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(dialog_about), _("PostGIS Shapefile Import/Export Manager")); gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(dialog_about), POSTGIS_LIB_VERSION); - gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog_about), "http://postgis.org/"); + gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(dialog_about), "http://postgis.net/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(dialog_about), authors); }