Преглед на файлове

Using # for comments as on the wiki

Source commit: b36a9a4bcf70e2ed3829664e7b7be8d1f581384e
Martin Prikryl преди 9 години
родител
ревизия
547ea35455
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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));