Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 19 Jan 2025 14:12:15 UTC Commit: 6dbcd514c5f86c016c631bbb4423085290321034 https://github.com/geany/geany/commit/6dbcd514c5f86c016c631bbb44230852903210...
Log Message: ----------- Preferences: Retitle assign keybinding dialog title
Related to #4185.
Modified Paths: -------------- src/prefs.c
Modified: src/prefs.c 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -181,7 +181,8 @@ static void kb_tree_view_change_button_clicked_cb(GtkWidget *button, KbData *kbd GtkWidget *accel_label; gchar *str;
- dialog = gtk_dialog_new_with_buttons(_("Grab Key"), GTK_WINDOW(ui_widgets.prefs_dialog), + dialog = gtk_dialog_new_with_buttons(_("Assign Keybinding"), + GTK_WINDOW(ui_widgets.prefs_dialog), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).