python: remove accelerator in title bar

This commit is contained in:
Anders Jonsson 2024-06-11 22:07:55 +02:00 committed by Alx Sa
parent 7ee8558033
commit ef91ab25eb
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class ColorXhtml(Gimp.PlugIn):
_("Write a separate CSS file"),
False, GObject.ParamFlags.READWRITE)
#GUI only, used to create a widget to open a file if source-file is enabled
procedure.add_file_aux_argument ("aux-file", _("Choose _File"),
procedure.add_file_aux_argument ("aux-file", _("Choose File"),
"", GObject.ParamFlags.READWRITE)
return procedure