Display sourceforge site link in About box

master
Yevgen Muntyan 2006-02-27 02:46:14 -06:00
parent e53e22b475
commit 98d747503a
1 changed files with 2 additions and 2 deletions

View File

@ -355,8 +355,8 @@ moo_app_instance_init (MooApp *app)
app->priv->info = moo_app_info_new ();
app->priv->info->version = g_strdup (APP_VERSION);
app->priv->info->website = g_strdup ("http://ggap.berlios.de/");
app->priv->info->website_label = g_strdup ("http://ggap.berlios.de");
app->priv->info->website = g_strdup ("http://ggap.sourceforge.net/");
app->priv->info->website_label = g_strdup ("http://ggap.sourceforge.net");
}