Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138210
Collapse All | Expand All

(-)totem-1.4.0/src/totem.c (-2 / +2 lines)
Lines 1959-1965 on_about1_activate (GtkButton *button, T Link Here
1959
1959
1960
	totem->about = g_object_new (GTK_TYPE_ABOUT_DIALOG,
1960
	totem->about = g_object_new (GTK_TYPE_ABOUT_DIALOG,
1961
			"name", _("Totem"),
1961
			"name", _("Totem"),
1962
			"version", VERSION,
1962
			"version", PACKAGE_VERSION,
1963
			"copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"),
1963
			"copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"),
1964
			"comments", description,
1964
			"comments", description,
1965
			"authors", authors,
1965
			"authors", authors,
Lines 3512-3518 main (int argc, char **argv) Link Here
3512
#ifdef HAVE_GTK_ONLY
3512
#ifdef HAVE_GTK_ONLY
3513
	gtk_init (&argc, &argv);
3513
	gtk_init (&argc, &argv);
3514
#else
3514
#else
3515
	gnome_program_init ("totem", VERSION,
3515
	gnome_program_init ("totem", PACKAGE_VERSION,
3516
			LIBGNOMEUI_MODULE,
3516
			LIBGNOMEUI_MODULE,
3517
			argc, argv,
3517
			argc, argv,
3518
			GNOME_PARAM_APP_DATADIR, DATADIR,
3518
			GNOME_PARAM_APP_DATADIR, DATADIR,
(-)totem-1.4.0/src/totem-mozilla-viewer.c (-1 / +1 lines)
Lines 272-278 on_about1_activate (GtkButton *button, T Link Here
272
272
273
	emb->about = g_object_new (GTK_TYPE_ABOUT_DIALOG,
273
	emb->about = g_object_new (GTK_TYPE_ABOUT_DIALOG,
274
			"name", _("Totem Mozilla Plugin"),
274
			"name", _("Totem Mozilla Plugin"),
275
			"version", VERSION,
275
			"version", PACKAGE_VERSION,
276
			"copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"),
276
			"copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"),
277
			"comments", description,
277
			"comments", description,
278
			"authors", authors,
278
			"authors", authors,
(-)totem-1.4.0/src/vanity.c (-2 / +2 lines)
Lines 257-263 on_about1_activate (GtkButton *button, V Link Here
257
257
258
	vanity->about = g_object_new (GTK_TYPE_ABOUT_DIALOG,
258
	vanity->about = g_object_new (GTK_TYPE_ABOUT_DIALOG,
259
			"name", _("Vanity"),
259
			"name", _("Vanity"),
260
			"version", VERSION,
260
			"version", PACKAGE_VERSION,
261
			"copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"),
261
			"copyright", _("Copyright \xc2\xa9 2002-2005 Bastien Nocera"),
262
			"comments", description,
262
			"comments", description,
263
			"authors", authors,
263
			"authors", authors,
Lines 654-660 main (int argc, char **argv) Link Here
654
654
655
	gtk_init (&argc, &argv);
655
	gtk_init (&argc, &argv);
656
#ifndef HAVE_GTK_ONLY
656
#ifndef HAVE_GTK_ONLY
657
	gnome_program_init ("vanity", VERSION,
657
	gnome_program_init ("vanity", PACKAGE_VERSION,
658
			LIBGNOMEUI_MODULE,
658
			LIBGNOMEUI_MODULE,
659
			argc, argv,
659
			argc, argv,
660
			GNOME_PARAM_APP_DATADIR, DATADIR,
660
			GNOME_PARAM_APP_DATADIR, DATADIR,

Return to bug 138210