Commit 45949f52364760c1f687f833aec25d743b0451e0
1 parent
5807071c
Exists in
staging
and in
3 other branches
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,7 +40,7 @@ var emoticons = { | ||
40 | } | 40 | } |
41 | }, | 41 | }, |
42 | "::bigSmile": { | 42 | "::bigSmile": { |
43 | - "image": "smile-big.png", | 43 | + "image": "excited.png", |
44 | "emotes": { | 44 | "emotes": { |
45 | ":D": "", | 45 | ":D": "", |
46 | "=D": "", | 46 | "=D": "", |
@@ -48,7 +48,7 @@ var emoticons = { | @@ -48,7 +48,7 @@ var emoticons = { | ||
48 | } | 48 | } |
49 | }, | 49 | }, |
50 | "::shock": { | 50 | "::shock": { |
51 | - "image": "shock.png", | 51 | + "image": "shocked.png", |
52 | "emotes": { | 52 | "emotes": { |
53 | ":O": "", | 53 | ":O": "", |
54 | ":0": "", | 54 | ":0": "", |