Explorar o código

FP-IDE: restore bullet, destroyed in last commit

git-svn-id: trunk@28564 -
marcus %!s(int64=11) %!d(string=hai) anos
pai
achega
1c6696a7fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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