File: UIxPreferences.toolbar

package info (click to toggle)
sogo 2.2.9%2Bgit20141017-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 43,812 kB
  • sloc: objc: 115,592; python: 5,696; sh: 1,380; perl: 861; makefile: 240; xml: 114; sql: 53; php: 43
file content (12 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
( /* 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"; }
  )
)