extern NSString *kUIButtonBarButtonType;
/* }}} */
-#if 1
-#define $_
-#define _$
-#else
-#define $_ fprintf(stderr, "+");_trace();
-#define _$ fprintf(stderr, "-");_trace();
-#endif
-
/* iPhoneOS 2.0 Compatibility {{{ */
#ifdef __OBJC2__
@interface UICGColor : NSObject {
}
/* }}} */
+/* Delegate Prototypes {{{ */
@class Package;
@class Source;
- (void) slideUp:(UIAlertSheet *)alert;
- (void) distUpgrade;
@end
+/* }}} */
/* Status Delegation {{{ */
class Status :
] autorelease];
[sheet setBodyText:[NSString stringWithFormat:
- @"The package %@ cannot be found in your current sources. I might recommend intalling more sources."
+ @"The package %@ cannot be found in your current sources. I might recommend installing more sources."
, name]];
[sheet popupAlertAnimated:YES];