소스 검색

FP-IDE: restore bullet, destroyed in last commit

git-svn-id: trunk@28564 -
marcus 11 년 전
부모
커밋
1c6696a7fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ide/fp.pas

+ 1 - 1
ide/fp.pas

@@ -336,7 +336,7 @@ procedure InitCompilerSwitches;
 {$if defined(unix) or defined(HASAMIGA)}
 const bullet='*';
 {$else}
-const bullet='þ';
+const bullet=#254;
 {$endif}
 
 BEGIN