Patch for linux (tools/i18n/main.pas), for example, if to use unit unix:
begin
mstr1:= macroar[1].value;
{$ifdef mswindows}
mstr1:= mstr1+'.dll';
{$else}
mstr1:= 'lib'+mstr1+'.so';
{$endif}
{$ifdef mswindows}
copyfile(mstr1,'../'+mstr1,true);
{$else}
fpsystem('chmod 666 '+mstr1);
fpsystem('cp -f '+mstr1+' '+'../'+mstr1);
{$endif}
end;
11.08.12, Алексей Логинов<[email protected]> написал(а):
> У меня в опере 12 такой кнопки тоже нет, и картинка такая же как раньше
> показывал.
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk