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:
parent
40c36b275c
commit
fe2c91c11b
2 changed files with 7 additions and 1 deletions
6
capplets/default-applications/ChangeLog
Normal file
6
capplets/default-applications/ChangeLog
Normal 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.
|
|
@ -372,7 +372,7 @@ main (int argc, char **argv)
|
||||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||||
textdomain (PACKAGE);
|
textdomain (PACKAGE);
|
||||||
|
|
||||||
switch (gnome_capplet_init ("gnome-browser-properties", VERSION, argc,
|
switch (gnome_capplet_init ("default-application-properties", VERSION, argc,
|
||||||
argv, NULL, 0, NULL)) {
|
argv, NULL, 0, NULL)) {
|
||||||
|
|
||||||
case -1:
|
case -1:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue