sogo/UI/PreferencesUI/Toolbars/UIxPreferences.toolbar
Wolfgang Sourdeau 70768d420e Monotone-Parent: 759f56bb9faa71b79a075866ec2f0a77d1f08bd8
Monotone-Revision: 40a3a3e82a6e149008b93190dcfd86a7e7f4d2b7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-19T17:58:21
Monotone-Branch: ca.inverse.sogo
2007-06-19 17:58:21 +00:00

13 lines
347 B
Perl

( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Save and Close";
onclick = "return savePreferences();";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
isSafe = NO;
label = "Close";
onclick = "window.close(); return false;";
image = "tb-mail-stop-flat-24x24.png"; }
)
)