@eht16 commented on this pull request.
> @@ -623,7 +623,7 @@ static void save_dialog_prefs(GKeyFile *config) build_save_menu(config, NULL, GEANY_BCS_PREF); /* printing */ - g_key_file_set_string(config, "printing", "print_cmd", printing_prefs.external_print_cmd ? printing_prefs.external_print_cmd : ""); + g_key_file_set_string(config, "printing", "print_cmd2", printing_prefs.external_print_cmd ? printing_prefs.external_print_cmd : ""); The first four were just for fun, not a suggestion at all :). I'd be with `print_cmd_common_format` or also `print_cmd2`, whatever you prefer. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4319#discussion_r2133748311 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4319/review/2907271...@github.com>