]> granicus.if.org Git - postgis/commitdiff
change to about link to show new website link
authorRegina Obe <lr@pcorp.us>
Wed, 16 Jan 2013 14:24:35 +0000 (14:24 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 16 Jan 2013 14:24:35 +0000 (14:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10982 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-gui.c

index f9f8d462f01355b4733d64fbe7d7d4aa704123ea..20308ad3782e77e42d9f10b1fb73b20809366f2a 100644 (file)
@@ -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);
 }