revert partialy #9909
This commit is contained in:
parent
f54e2af871
commit
1f730069ef
|
@ -1,9 +1,9 @@
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
emoticons = {
|
emoticons = {
|
||||||
'smile.png': [':)', ':-)'],
|
'smile.png': [':)', ':-)', '^_^', '^^'],
|
||||||
'coolglasses.png': ['B-)', '(H)'],
|
'coolglasses.png': ['B-)', '(H)'],
|
||||||
'wink.gif': [';)', ';-)'],
|
'wink.gif': [';)', ';-)'],
|
||||||
'biggrin.png': [':D', ':-D'],
|
'biggrin.png': [':D', ':-D', ':>', ':->', 'xD'],
|
||||||
'unhappy.png': [':(', ':-('],
|
'unhappy.png': [':(', ':-('],
|
||||||
'cry.gif': [":'(", ';-(', ';(', ";'-(", ';_;'],
|
'cry.gif': [":'(", ';-(', ';(', ";'-(", ';_;'],
|
||||||
'frowning.png': [':/', ':-/', ':S', ':-S'],
|
'frowning.png': [':/', ':-/', ':S', ':-S'],
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
emoticons = {
|
emoticons = {
|
||||||
'smile.png': [':)', ':-)'],
|
'smile.png': [':)', ':-)', '^_^', '^^'],
|
||||||
'coolglasses.png': ['8-)', 'B-)', '(H)'],
|
'coolglasses.png': ['8-)', 'B-)', '(H)'],
|
||||||
'wink.png': [';)', ';-)'],
|
'wink.png': [';)', ';-)'],
|
||||||
'biggrin.png': [':D', ':-D'],
|
'biggrin.png': [':D', ':-D', ':>', ':->', 'xD'],
|
||||||
'unhappy.png': [':(', ':-('],
|
'unhappy.png': [':(', ':-('],
|
||||||
'cry.png': [":'(", ';-(', ';(', ";'-(", ';_;'],
|
'cry.png': [":'(", ';-(', ';(', ";'-(", ';_;'],
|
||||||
'frowning.png': [':/', ':-/', ':S', ':-S'],
|
'frowning.png': [':/', ':-/', ':S', ':-S'],
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
emoticons = {
|
emoticons = {
|
||||||
'smile.png': [':)', ':-)'],
|
'smile.png': [':)', ':-)', '^_^', '^^'],
|
||||||
'coolglasses.png': ['8-)', 'B-)', '(H)'],
|
'coolglasses.png': ['8-)', 'B-)', '(H)'],
|
||||||
'wink.png': [';)', ';-)'],
|
'wink.png': [';)', ';-)'],
|
||||||
'biggrin.png': [':D', ':-D'],
|
'biggrin.png': [':D', ':-D', ':>', ':->', 'xD'],
|
||||||
'unhappy.png': [':(', ':-('],
|
'unhappy.png': [':(', ':-('],
|
||||||
'cry.png': [":'(", ';-(', ';(', ";'-(", ';_;'],
|
'cry.png': [":'(", ';-(', ';(', ";'-(", ';_;'],
|
||||||
'frowning.png': [':/', ':-/', ':S', ':-S'],
|
'frowning.png': [':/', ':-/', ':S', ':-S'],
|
||||||
|
|
Loading…
Reference in New Issue