diff --git a/Tools/gpbs.m b/Tools/gpbs.m index 300110c..e81e49c 100644 --- a/Tools/gpbs.m +++ b/Tools/gpbs.m @@ -222,7 +222,8 @@ NSMutableDictionary *pasteboards = nil; - (NSString*) description { - return [NSString stringWithFormat: @"PasteboardData for type '%@'", type]; + return [NSString stringWithFormat: @"%@ for type '%@'", + [super description], type]; } - (NSData*) data