mirror of https://github.com/GNOME/gimp.git
python: remove accelerator in title bar
This commit is contained in:
parent
7ee8558033
commit
ef91ab25eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue