2 // PBDiffWindowController.m
5 // Created by Pieter de Bie on 13-10-08.
6 // Copyright 2008 Pieter de Bie. All rights reserved.
9 #import "PBDiffWindowController.h"
12 @implementation PBDiffWindowController
15 - (id) initWithDiff:(NSString *)aDiff
17 if (![super initWithWindowNibName:@"PBDiffWindow"])