Opened 3 years ago

Closed 3 years ago

#1486716 closed Feature Patches (fixed)

emoticons

Reported by: ncroiset Owned by:
Priority: 5 Milestone: 0.4-stable
Component: Plugins Version: 0.4-beta
Severity: normal Keywords:
Cc:

Description (last modified by alec)

Add some emoticons :

emoticons.php       2009-02-19 20:04:44.000000000 +0100
+++ /home/httpd/roundcube-0.3.1/plugins/emoticons/emoticons.php 2010-03-17 18:37:28.000000000 +0100
@@ -21,6 +21,7 @@

     $this->map = array(
       ':)'  => html::img(array('src' => './program/js/tiny_mce/plugins/emotions/img/smiley-smile.gif', 'alt' => ':)')),
+      ';-)' => html::img(array('src' => './program/js/tiny_mce/plugins/emotions/img/smiley-smile.gif', 'alt' => ';-)')),
       ':-)' => html::img(array('src' => './program/js/tiny_mce/plugins/emotions/img/smiley-smile.gif', 'alt' => ':-)')),
       ':('  => html::img(array('src' => './program/js/tiny_mce/plugins/emotions/img/smiley-cry.gif', 'alt' => ':(')),
       ':-(' => html::img(array('src' => './program/js/tiny_mce/plugins/emotions/img/smiley-cry.gif', 'alt' => ':-(')),

Change History (2)

comment:1 Changed 3 years ago by alec

  • Description modified (diff)

comment:2 Changed 3 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r3600/svn.

Note: See TracTickets for help on using tickets.