app: get rid of icons in dialog buttons (use labels not stock IDs)
Nobody has them anymore, and they are deprecated in GTK+ 3.x. This also fixes all conflicting mnemonics except those I missed, but we can fix them now.
This commit is contained in:
@ -69,7 +69,7 @@ gimp_export_dialog_new (Gimp *gimp)
|
||||
"title", _("Export Image"),
|
||||
"role", "gimp-file-export",
|
||||
"help-id", GIMP_HELP_FILE_EXPORT_AS,
|
||||
"stock-id", _("_Export"),
|
||||
"ok-button-label", _("_Export"),
|
||||
|
||||
"automatic-label", _("By Extension"),
|
||||
"automatic-help-id", GIMP_HELP_FILE_SAVE_BY_EXTENSION,
|
||||
|
Reference in New Issue
Block a user