Bladeren bron

Command placeholders in generated command-line are no italics

Source commit: c6438171f0e0f9aa0bdd2cafea50466462b40225
Martin Prikryl 9 jaren geleden
bovenliggende
commit
22053c5f59
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      source/forms/GenerateUrl.cpp

+ 2 - 2
source/forms/GenerateUrl.cpp

@@ -337,8 +337,8 @@ void __fastcall TGenerateUrlDialog::UpdateControls()
           IniParameter + L" " +
           CommandParameter + L" " +
             RtfText(L"\"") + RtfScriptCommand(L"open") + RtfText(L" ") + EscapeParam(OpenCommand) + RtfText(L"\" ") +
-            RtfText(L"\"") + RtfScriptComment(CommandPlaceholder1) + RtfText(L"\" ") +
-            RtfText(L"\"") + RtfScriptComment(CommandPlaceholder2) + RtfText(L"\" ") +
+            RtfText(L"\"") + RtfScriptPlaceholder(CommandPlaceholder1) + RtfText(L"\" ") +
+            RtfText(L"\"") + RtfScriptPlaceholder(CommandPlaceholder2) + RtfText(L"\" ") +
             RtfText(L"\"") + RtfScriptCommand(L"exit") + RtfText(L"\"");
         WordWrap = true;
         FixedWidth = false;