cambiado casting de void * a uint por qint64 (se evita el error ce compilaci?n

al compilar en 64 bit)
This commit is contained in:
Luis Ángel San Martín
2012-07-14 09:56:50 +02:00
commit dcdaad92cf
264 changed files with 23555 additions and 0 deletions

29
files/about.html Normal file
View File

@ -0,0 +1,29 @@
<html>
<head>
</head>
<body>
<p>
YACReader - Yet Another Comic Reader - version 0.4.5 <br/>
by Luis <20>ngel San Mart<72>n Rodr<64>guez <br/>
e-mail: luisangelsm@gmail.com <br/>
web site: <a href="http://code.google.com/p/yacreader/">http://code.google.com/p/yacreader/</a> <br/>
Published under <a href="http://www.gnu.org/copyleft/gpl.html">GPL v3</a> license.
<hr/>
</p>
<p>
If you like YACReader, please, consider to make a donation <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5TAMNQCDDMVP8&lc=ES&item_name=YACReader&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted"> Donate! </a>
<hr/>
</p>
<p>
Compressed files are loaded using <a href="http://www.7-zip.org/">7zip</a> (Windows version) and <a href="http://p7zip.sourceforge.net/">p7zip</a> (Linux/MacOS X versions)
</p>
<p>
Flow effect uses <a href="http://code.google.com/p/pictureflow/">PictureFlow</a>.
</p>
<p>
Icons were desinged by <a href="http://mattahan.deviantart.com/">Mattahan</a>.
</p>
</body>
</html>