2 // SetupAssistantBoxBackgroundView.m
5 // Created by Brian Ganninger on 8/19/06.
6 // Copyright 2006 The Adium Team. All rights reserved.
9 #import "SetupAssistantBoxBackgroundView.h"
12 @implementation SetupAssistantBoxBackgroundView
14 - (id)initWithFrame:(NSRect)frame {
15 self = [super initWithFrame:frame];
19 - (void)drawRect:(NSRect)rect {
20 [[NSColor colorWithDeviceRed:1.0 green:1.0 blue:1.0 alpha:1.0] set]; // plain white for now