Changeset 74

Show
Ignore:
Timestamp:
05/26/07 02:37:59 (1 year ago)
Author:
chris
Message:

r7765@flan: chris | 2007-05-26 02:37:20 -0700
added new icon for "View Log" action

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/org/lastpod/UI.java

    r73 r74  
    126126        ImageIcon iconSubmitTracks = 
    127127            SwingUtils.createImageIcon(UI.class, "images/applications-system.png"); 
     128        ImageIcon iconViewLog = 
     129            SwingUtils.createImageIcon(UI.class, "images/format-justify-fill.png"); 
    128130        ImageIcon iconDeletePlayCounts = 
    129131            SwingUtils.createImageIcon(UI.class, "images/stock_data-delete-table.png"); 
     
    136138        actionSubmitTracks = new SubmitTracks(this, model, "Submit Tracks", iconSubmitTracks, 
    137139                "Submits the selected tracks to Last.fm", KeyEvent.VK_S); 
    138         actionViewLog = new ViewLog(this, "View Log", iconOpenPreferences
    139                 "Opens Preferences Editor", KeyEvent.VK_L); 
     140        actionViewLog = new ViewLog(this, "View Log", iconViewLog, "Views the Application Log"
     141                KeyEvent.VK_L); 
    140142        actionDeletePlayCounts = new DeletePlayCounts(this, model, "Delete Play Counts", 
    141143                iconDeletePlayCounts, "Removes the play counts file from the iPod.", KeyEvent.VK_D);