+ have proper bullet on Amiga and MorphOS too

git-svn-id: trunk@11999 -
This commit is contained in:
Károly Balogh 2008-10-30 21:08:53 +00:00
parent 2e72bd03a7
commit 9297a9e7ef

View File

@ -330,7 +330,7 @@ procedure InitCompilerSwitches;
page is not available before video is initialized. (And only in certain
circumstances after that, so, use a plain ascii character as bullet on Unix.)}
{$ifdef unix}
{$if defined(unix) or defined(amiga) or defined(morphos)}
const bullet='*';
{$else}
const bullet='þ';