Monotone-Parent: cd9e9b79cc7eae17bee205b48e8df60e880c4345

Monotone-Revision: 93779224f1891bfde67faa42b4360c0b2ee910e3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T17:36:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-18 17:36:50 +00:00
parent 0d05b5cace
commit 0f8885a083
3 changed files with 9 additions and 2 deletions
@@ -0,0 +1,7 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
isSafe = NO;
label = "Cancel";
onclick = "window.close(); return false;";
image = "tb-ab-delete-flat-24x24.png"; } )
)
+1 -1
View File
@@ -92,7 +92,7 @@
filename = @"SOGoAppointmentObjectAcceptOrDecline.toolbar";
}
else
filename = @"";
filename = @"SOGoComponentClose.toolbar";
}
return filename;
+1 -1
View File
@@ -107,7 +107,7 @@
filename = @"SOGoTaskObjectAcceptOrDecline.toolbar";
}
else
filename = @"";
filename = @"SOGoComponentClose.toolbar";
}
return filename;