Commit 981250332236d9fd624098530ad7a0b67fb1ba13
Committed by
Antonio Terceiro
1 parent
5927a520
Exists in
master
and in
22 other branches
Pidgin emoticons should be compat with Debian Lenny; and
- fixing links at scroll bottom of chat history (ActionItem1635)
Showing
2 changed files
with
7 additions
and
4 deletions
Show diff stats
public/designs/icons/pidgin/emoticons.js
| ... | ... | @@ -21,6 +21,9 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 21 | 21 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 22 | 22 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 23 | 23 | OTHER DEALINGS IN THE SOFTWARE. |
| 24 | + | |
| 25 | +The icons above are based in Debian pidgin-data package package version 2.4.3 | |
| 26 | + | |
| 24 | 27 | */ |
| 25 | 28 | |
| 26 | 29 | var emoticons = { |
| ... | ... | @@ -37,7 +40,7 @@ var emoticons = { |
| 37 | 40 | } |
| 38 | 41 | }, |
| 39 | 42 | "::bigSmile": { |
| 40 | - "image": "excited.png", | |
| 43 | + "image": "smile-big.png", | |
| 41 | 44 | "emotes": { |
| 42 | 45 | ":D": "", |
| 43 | 46 | "=D": "", |
| ... | ... | @@ -45,7 +48,7 @@ var emoticons = { |
| 45 | 48 | } |
| 46 | 49 | }, |
| 47 | 50 | "::shock": { |
| 48 | - "image": "shocked.png", | |
| 51 | + "image": "shock.png", | |
| 49 | 52 | "emotes": { |
| 50 | 53 | ":O": "", |
| 51 | 54 | ":0": "", |
| ... | ... | @@ -91,7 +94,7 @@ var emoticons = { |
| 91 | 94 | } |
| 92 | 95 | }, |
| 93 | 96 | "::love": { |
| 94 | - "image": "in_love.png", | |
| 97 | + "image": "in-love.png", | |
| 95 | 98 | "emotes": { |
| 96 | 99 | "<3": "", |
| 97 | 100 | "<333": "" | ... | ... |
public/stylesheets/application.css