diff --git a/ChangeLog b/ChangeLog index 71fd7da36f..b6c2de2030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-04 Sven Neumann + + * app/xcf/xcf.c: canonicalize PDB parameter names. + 2005-08-04 Michael Natterer * app/widgets/gimppaletteview.c: added cursor navigation. diff --git a/app/xcf/xcf.c b/app/xcf/xcf.c index 1974d6a787..d560b7b4ff 100644 --- a/app/xcf/xcf.c +++ b/app/xcf/xcf.c @@ -63,13 +63,13 @@ static Argument * xcf_save_invoker (Gimp *gimp, static ProcArg xcf_load_args[] = { { GIMP_PDB_INT32, - "dummy_param", + "dummy-param", "dummy parameter" }, { GIMP_PDB_STRING, "filename", "The name of the file to load, in the on-disk character set and encoding" }, { GIMP_PDB_STRING, - "raw_filename", + "raw-filename", "The basename of the file, in UTF-8" } }; @@ -123,7 +123,7 @@ static PlugInProcDef xcf_plug_in_load_proc = static ProcArg xcf_save_args[] = { { GIMP_PDB_INT32, - "dummy_param", + "dummy-param", "dummy parameter" }, { GIMP_PDB_IMAGE, "image",