Changeset 2928 in subversion


Ignore:
Timestamp:
Sep 6, 2009 2:19:08 PM (4 years ago)
Author:
alec
Message:
  • markasjunk: add button title (#1486092)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/plugins/markasjunk/markasjunk.php

    r2401 r2928  
    2323      $this->include_script('markasjunk.js'); 
    2424      $this->add_texts('localization', true); 
    25       $this->add_button(array('command' => 'plugin.markasjunk', 'imagepas' => 'junk_pas.png', 'imageact' => 'junk_act.png'), 'toolbar'); 
     25      $this->add_button(array('command' => 'plugin.markasjunk', 'imagepas' => 'junk_pas.png', 
     26        'imageact' => 'junk_act.png', 'title' => 'markasjunk.buttontitle'), 'toolbar'); 
    2627    } 
    2728  } 
Note: See TracChangeset for help on using the changeset viewer.