@cjmayo commented on this pull request.


In geanyvc/src/geanyvc.c:

> @@ -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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1415/review/2645640855@github.com>