devel-docs: get rid of icons in dialog buttons (use labels not stock IDs)

This commit is contained in:
Michael Natterer 2017-02-12 16:11:12 +01:00
parent 40981f43cf
commit 813ae8461c
1 changed files with 2 additions and 2 deletions

View File

@ -391,8 +391,8 @@ create_dialog (void)
widget = gimp_dialog_new ("Gimp Dialog",
"gimp-widget-dialog",
NULL, 0, NULL, NULL,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,
"_Cancel", GTK_RESPONSE_CANCEL,
"_OK", GTK_RESPONSE_OK,
NULL);