diff --git a/data/emoticons/animated/emoticons.py b/data/emoticons/animated/emoticons.py index 307d95ff6..7b0a2b10d 100644 --- a/data/emoticons/animated/emoticons.py +++ b/data/emoticons/animated/emoticons.py @@ -6,7 +6,7 @@ emoticons = { 'biggrin.png': [':-D', ':D', ':->', ':>', 'xD'], 'unhappy.png': [':-(', ':('], 'cry.gif': [":'-(", ":'(", ';-(', ';(', ";'-(", ';_;'], - 'frowning.png': [':-/', ':/', ':-S', ':S'], + 'frowning.png': [':-/', ':/', ':-\\', ':\\', ':-S', ':S'], 'blush.png': [':-$', ':$'], 'angry.png': [':-@', ':@'], 'bat.gif': [':-[', ':['], diff --git a/data/emoticons/static-big/emoticons.py b/data/emoticons/static-big/emoticons.py index ef3e012f3..40c670658 100644 --- a/data/emoticons/static-big/emoticons.py +++ b/data/emoticons/static-big/emoticons.py @@ -6,7 +6,7 @@ emoticons = { 'biggrin.png': [':-D', ':D', ':->', ':>', 'xD'], 'unhappy.png': [':-(', ':('], 'cry.png': [":'-(", ":'(", ';-(', ';(', ";'-(", ';_;'], - 'frowning.png': [':-/', ':/', ':-S', ':S'], + 'frowning.png': [':-/', ':/', ':-\\', ':\\', ':-S', ':S'], 'blush.png': [':-$', ':$'], 'angry.png': [':-@', ':@'], 'bat.png': [':-[', ':['], diff --git a/data/emoticons/static/emoticons.py b/data/emoticons/static/emoticons.py index ef3e012f3..40c670658 100644 --- a/data/emoticons/static/emoticons.py +++ b/data/emoticons/static/emoticons.py @@ -6,7 +6,7 @@ emoticons = { 'biggrin.png': [':-D', ':D', ':->', ':>', 'xD'], 'unhappy.png': [':-(', ':('], 'cry.png': [":'-(", ":'(", ';-(', ';(', ";'-(", ';_;'], - 'frowning.png': [':-/', ':/', ':-S', ':S'], + 'frowning.png': [':-/', ':/', ':-\\', ':\\', ':-S', ':S'], 'blush.png': [':-$', ':$'], 'angry.png': [':-@', ':@'], 'bat.png': [':-[', ':['],