@cjmayo commented on this pull request.
> @@ -1676,7 +1677,7 @@ create_commitDialog(void)
gtk_widget_show(dialog_action_area1);
gtk_button_box_set_layout(GTK_BUTTON_BOX(dialog_action_area1),
GTK_BUTTONBOX_END);
- btnCancel = gtk_button_new_from_stock("gtk-cancel");
+ btnCancel = gtk_button_new_with_mnemonic(_("_Cancel"));
As we're making further changes let's revert so that it can be consistent
across the board.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1415#discussion_r1972249466
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1415/review/[email protected]>