Changeset 74
- Timestamp:
- 05/26/07 02:37:59 (1 year ago)
- Files:
-
- trunk/src/images/format-justify-fill.png (added)
- trunk/src/main/org/lastpod/UI.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/org/lastpod/UI.java
r73 r74 126 126 ImageIcon iconSubmitTracks = 127 127 SwingUtils.createImageIcon(UI.class, "images/applications-system.png"); 128 ImageIcon iconViewLog = 129 SwingUtils.createImageIcon(UI.class, "images/format-justify-fill.png"); 128 130 ImageIcon iconDeletePlayCounts = 129 131 SwingUtils.createImageIcon(UI.class, "images/stock_data-delete-table.png"); … … 136 138 actionSubmitTracks = new SubmitTracks(this, model, "Submit Tracks", iconSubmitTracks, 137 139 "Submits the selected tracks to Last.fm", KeyEvent.VK_S); 138 actionViewLog = new ViewLog(this, "View Log", icon OpenPreferences,139 "Opens Preferences Editor",KeyEvent.VK_L);140 actionViewLog = new ViewLog(this, "View Log", iconViewLog, "Views the Application Log", 141 KeyEvent.VK_L); 140 142 actionDeletePlayCounts = new DeletePlayCounts(this, model, "Delete Play Counts", 141 143 iconDeletePlayCounts, "Removes the play counts file from the iPod.", KeyEvent.VK_D);
