Skip to content

Commit

Permalink
Fix tooltip on history/station toggle
Browse files Browse the repository at this point in the history
Closes #85
  • Loading branch information
alexcrichton committed Jul 26, 2012
1 parent f33ddcd commit 89aa1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/HermesAppDelegate.m
Expand Up @@ -394,11 +394,13 @@ - (IBAction) donate:(id)sender {
- (void) historyShow {
[history showDrawer];
[drawerToggle setImage:[NSImage imageNamed:@"radio"]];
[drawerToggle setToolTip: @"Show station list"];
}

- (void) stationsShow {
[stations showDrawer];
[drawerToggle setImage:[NSImage imageNamed:@"history"]];
[drawerToggle setToolTip: @"Show song history"];
}

- (IBAction) showHistoryDrawer:(id)sender {
Expand Down

0 comments on commit 89aa1b5

Please sign in to comment.