Prechádzať zdrojové kódy

FP-IDE: restore bullet, destroyed in last commit

git-svn-id: trunk@28564 -
marcus 11 rokov pred
rodič
commit
1c6696a7fe
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      ide/fp.pas

+ 1 - 1
ide/fp.pas

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