Add a Refresh button to the main window toolbar

This commit is contained in:
Nathan Kinsinger
2010-03-13 23:05:28 -07:00
parent 46b6057ce1
commit ef26909d75
3 changed files with 111 additions and 8 deletions
+1
View File
@@ -46,4 +46,5 @@
- (IBAction) revealInFinder:(id)sender;
- (IBAction) openInTerminal:(id)sender;
- (IBAction) cloneTo:(id)sender;
- (IBAction) refresh:(id)sender;
@end