Changed "cool" icon from 8) to 8-) in order to avoid misinterpretations

SVN revision: 1676
This commit is contained in:
Stefan Ritt 2006-03-16 11:54:56 +00:00
parent cfc340279b
commit 03124c3d02

View File

@ -5514,10 +5514,9 @@ PATTERN_LIST pattern_list[] = {
{":-]", "<img src=\"%sicons/pleased.png\">"}, {":-]", "<img src=\"%sicons/pleased.png\">"},
{":O", "<img src=\"%sicons/yawn.png\">"}, {":O", "<img src=\"%sicons/yawn.png\">"},
{":-O", "<img src=\"%sicons/yawn.png\">"}, {":-O", "<img src=\"%sicons/yawn.png\">"},
{"8)", "<img src=\"%sicons/cool.png\">"},
{"8-)", "<img src=\"%sicons/cool.png\">"}, {"8-)", "<img src=\"%sicons/cool.png\">"},
{"8o", "<img src=\"%sicons/eek.png\">"}, {"8o", "<img src=\"%sicons/eek.png\">"},
{"X(", "<img src=\"%sicons/mad.png\">"}, {"X-(", "<img src=\"%sicons/mad.png\">"},
{":P", "<img src=\"%sicons/tongue.png\">"}, {":P", "<img src=\"%sicons/tongue.png\">"},
{":-P", "<img src=\"%sicons/tongue.png\">"}, {":-P", "<img src=\"%sicons/tongue.png\">"},
@ -9498,7 +9497,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf("<br />\n"); rsprintf("<br />\n");
rsicon("crying", loc("crying"), ";("); rsicon("crying", loc("crying"), ";(");
rsprintf("<br />\n"); rsprintf("<br />\n");
rsicon("cool", loc("cool"), "8)"); rsicon("cool", loc("cool"), "8-)");
rsprintf("<br />\n"); rsprintf("<br />\n");
rsicon("frown", loc("frowning"), ":("); rsicon("frown", loc("frowning"), ":(");
rsprintf("<br />\n"); rsprintf("<br />\n");
@ -9506,7 +9505,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf("<br />\n"); rsprintf("<br />\n");
rsicon("astonished", loc("astonished"), "8o"); rsicon("astonished", loc("astonished"), "8o");
rsprintf("<br />\n"); rsprintf("<br />\n");
rsicon("mad", loc("mad"), "X("); rsicon("mad", loc("mad"), "X-(");
rsprintf("<br />\n"); rsprintf("<br />\n");
rsicon("pleased", loc("pleased"), ":]"); rsicon("pleased", loc("pleased"), ":]");
rsprintf("<br />\n"); rsprintf("<br />\n");