@b4n commented on this pull request.
> @@ -1073,17 +1073,27 @@ static void load_dialog_prefs(GKeyFile *config)
if (!EMPTY(tmp_string2))
{
#ifdef G_OS_WIN32
- tmp_string = g_strconcat(GEANY_DEFAULT_TOOLS_PRINTCMD, "
\"%f\"", NULL);
+ tmp_string = g_strconcat(GEANY_DEFAULT_TOOLS_PRINTCMD, "
\"%d\\%f\"", NULL);
It doesn't use the same quoting, so if there's a reason for this I guess not.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4319#discussion_r2133746826
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4319/review/[email protected]>