From 3b318bb3996e4281922a933fc1893869b0e0bfa5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 11 Oct 2010 20:02:48 +0000 Subject: [PATCH] Monotone-Parent: 469c67c9e37bffb5b1edbabd90c1c5a55441c8c7 Monotone-Revision: 220dbf66e852545abc48773c44cfd8787ec20729 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-11T20:02:48 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/Toolbars/SOGoMailObject.toolbar | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/MailerUI/Toolbars/SOGoMailObject.toolbar b/UI/MailerUI/Toolbars/SOGoMailObject.toolbar index 04ebd3356..f17c464a6 100644 --- a/UI/MailerUI/Toolbars/SOGoMailObject.toolbar +++ b/UI/MailerUI/Toolbars/SOGoMailObject.toolbar @@ -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";