X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBOutputPanelController.h;h=97e1d6f297f8af5945257659c1e7a45ee8bc1273;hb=533776bbad20db93fe964bc69975f108b2a30888;hp=bbfe405f30fb634b872b853be6b4646ebe913933;hpb=acdef75bf69cfd8cf0731325b14ad294b342bbc4;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBOutputPanelController.h b/macosx/HBOutputPanelController.h index bbfe405f..97e1d6f2 100644 --- a/macosx/HBOutputPanelController.h +++ b/macosx/HBOutputPanelController.h @@ -11,17 +11,14 @@ * This class implements a panel that displays all text that is written * to stderr. User can easily copy the text to pasteboard from context menu. */ -@interface HBOutputPanelController : NSObject +@interface HBOutputPanelController : NSWindowController { - /// Panel that displays debug output. - IBOutlet NSPanel *outputPanel; - - /// Textview that displays debug output. - IBOutlet NSTextView *textView; - - /// Text storage for the debug output. - NSTextStorage *outputTextStorage; - + /// Textview that displays debug output. + IBOutlet NSTextView *textView; + + /// Text storage for the debug output. + NSTextStorage *outputTextStorage; + /// Path to log text file. NSString *outputLogFile; }