Display sourceforge site link in About box
parent
e53e22b475
commit
98d747503a
|
@ -355,8 +355,8 @@ moo_app_instance_init (MooApp *app)
|
||||||
app->priv->info = moo_app_info_new ();
|
app->priv->info = moo_app_info_new ();
|
||||||
|
|
||||||
app->priv->info->version = g_strdup (APP_VERSION);
|
app->priv->info->version = g_strdup (APP_VERSION);
|
||||||
app->priv->info->website = 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.berlios.de");
|
app->priv->info->website_label = g_strdup ("http://ggap.sourceforge.net");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue