do not replace :0 with smiley icon. only :-0 is replaced

cusax-fix
Yana Stamcheva 20 years ago
parent b57e8e1b69
commit 784bb5dbf7

@ -939,7 +939,7 @@ public static ArrayList getDefaultSmiliesPack() {
":-*", ":*" }));
defaultPackList.add(new Smiley(ImageLoader.SMILEY4, new String[] {
":-0", ":0" }));
":-0" }));
defaultPackList.add(new Smiley(ImageLoader.SMILEY5, new String[] {
":-((", ":((" }));

Loading…
Cancel
Save