intro_gui.c
changeset 587 ea2a8bd38f41
parent 569 1e1755ba1572
child 654 838561602834
equal deleted inserted replaced
586:b66e187503b3 587:ea2a8bd38f41
   197 #elif defined(__BEOS__)
   197 #elif defined(__BEOS__)
   198 		SetDParam(0, STR_OSNAME_BEOS);
   198 		SetDParam(0, STR_OSNAME_BEOS);
   199 #elif defined(__MORPHOS__)
   199 #elif defined(__MORPHOS__)
   200 		SetDParam(0, STR_OSNAME_MORPHOS);
   200 		SetDParam(0, STR_OSNAME_MORPHOS);
   201 #elif defined(__AMIGA__) /* note: __AMIGA__ is defined under MorphOS too, so it must be after __MORPHOS__. */ 
   201 #elif defined(__AMIGA__) /* note: __AMIGA__ is defined under MorphOS too, so it must be after __MORPHOS__. */ 
   202 		SET_DPARAM16(0, STR_OSNAME_AMIGAOS);
   202 		SetDParam(0, STR_OSNAME_AMIGAOS);
   203 #else
   203 #else
   204 		SetDParam(0, STR_0134_UNIX);
   204 		SetDParam(0, STR_0134_UNIX);
   205 #endif
   205 #endif
   206 		DrawStringMultiCenter(0x5A, 0x26, STR_00CA_ARE_YOU_SURE_YOU_WANT_TO, 178);
   206 		DrawStringMultiCenter(0x5A, 0x26, STR_00CA_ARE_YOU_SURE_YOU_WANT_TO, 178);
   207 		return;
   207 		return;