gaim/www

Clarify the Gadu-Gadu situation a bit, and comment about the known Windows bug.
<?php
require "themes.inc.php";
class Smilies extends Themes
{
function Smilies()
{
}
function get_theme_type_id()
{
return 0;
}
function get_description()
{
return "Smilies";
}
}
?>