sogo/UI/PreferencesUI/Toolbars/UIxPreferences.toolbar
Francis Lachapelle 06c3f547e5 See ChangeLog.
Monotone-Parent: b31a7aa3d154368df1ba1525deed0dd5867b42f0
Monotone-Revision: 9ecab283bcceea3e4446b4445d65cffeae83252c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-13T21:13:31
2012-03-13 21:13:31 +00:00

13 lines
351 B
Perl

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