Commit 45949f52364760c1f687f833aec25d743b0451e0

Authored by Rodrigo Souto
1 parent 5807071c

chat: fix broken emoticons

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/designs/icons/pidgin/emoticons.js
... ... @@ -40,7 +40,7 @@ var emoticons = {
40 40 }
41 41 },
42 42 "::bigSmile": {
43   - "image": "smile-big.png",
  43 + "image": "excited.png",
44 44 "emotes": {
45 45 ":D": "",
46 46 "=D": "",
... ... @@ -48,7 +48,7 @@ var emoticons = {
48 48 }
49 49 },
50 50 "::shock": {
51   - "image": "shock.png",
  51 + "image": "shocked.png",
52 52 "emotes": {
53 53 ":O": "",
54 54 ":0": "",
... ...