Allow both types of constrained drag (again).
[ardour.git] / tools / CrashReporter / AppDelegate.m
1 //
2 //  AppDelegate.m
3 //  CrashReporter
4 //
5 //  Created by Taybin Rutkin on 6/10/09.
6 //  Copyright 2009 Penguin Sounds. All rights reserved.
7 //
8
9 #import "AppDelegate.h"
10
11
12 @implementation AppDelegate
13
14 - (IBAction)sendButton:(id)sender
15 {
16     
17 }
18
19 @end