Quellcode durchsuchen

Using # for comments as on the wiki

Source commit: b36a9a4bcf70e2ed3829664e7b7be8d1f581384e
Martin Prikryl vor 9 Jahren
Ursprung
Commit
547ea35455
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      source/forms/GenerateUrl.cpp

+ 2 - 2
source/forms/GenerateUrl.cpp

@@ -174,8 +174,8 @@ void __fastcall TGenerateUrlDialog::UpdateControls()
           FORMAT(
             RtfKeyword(L"open") + L" %s" + RtfPara +
             RtfPara +
-            RtfScriptComment("; %s") + RtfPara +
-            RtfScriptComment("; %s") + RtfPara +
+            RtfScriptComment("# %s") + RtfPara +
+            RtfScriptComment("# %s") + RtfPara +
             RtfPara +
             RtfKeyword(L"exit") + RtfPara,
             (OpenCommand, CommandPlaceholder1, CommandPlaceholder2));