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:
Michael Natterer
2017-02-12 16:06:34 +01:00
parent a0a5eda068
commit 7da7bab09c
78 changed files with 255 additions and 250 deletions

View File

@ -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,