Monotone-Parent: 469c67c9e37bffb5b1edbabd90c1c5a55441c8c7

Monotone-Revision: 220dbf66e852545abc48773c44cfd8787ec20729

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-11T20:02:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-10-11 20:02:48 +00:00
parent f5b09dcc18
commit 3b318bb399
+3 -3
View File
@@ -24,21 +24,21 @@
),
( // second group
{ link = "reply";
{ link = "#";
onclick = "return openMessageWindowsForSelection('reply');";
isSafe = NO;
image = "tb-mail-reply-flat-24x24.png";
cssClass = "tbicon_reply";
label = "Reply";
tooltip = "Reply to the message"; },
{ link = "replyall";
{ link = "#";
onclick = "return openMessageWindowsForSelection('replyall');";
isSafe = NO;
image = "tb-mail-replyall-flat-24x24.png";
cssClass = "tbicon_replyall";
label = "Reply All";
tooltip = "Reply to sender and all recipients"; },
{ link = "forward";
{ link = "#";
onclick = "return openMessageWindowsForSelection('forward');";
isSafe = NO;
image = "tb-mail-forward-flat-24x24.png";