ChangeLog started.

2001-07-16  Richard Hestilow  <hestilow@ximian.com>

	* ChangeLog started.

	* default-application-properties.c (main): Pass correct name to
	capplet_widget_init, for .desktop file magic.
This commit is contained in:
Richard Hestilow 2001-07-16 18:20:43 +00:00 committed by Rachel Hestilow
parent 40c36b275c
commit fe2c91c11b
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
2001-07-16 Richard Hestilow <hestilow@ximian.com>
* ChangeLog started.
* default-application-properties.c (main): Pass correct name to
capplet_widget_init, for .desktop file magic.

View file

@ -372,7 +372,7 @@ main (int argc, char **argv)
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
textdomain (PACKAGE);
switch (gnome_capplet_init ("gnome-browser-properties", VERSION, argc,
switch (gnome_capplet_init ("default-application-properties", VERSION, argc,
argv, NULL, 0, NULL)) {
case -1: