From 70de68d465248336a1d68e5932ac00f60882a612 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Wed, 30 Jan 2008 12:28:55 +0000 Subject: IHB: - Various bugfix - IHB can loads .ihbdevice presets from a directory inside the application bundle, and from ~/Application Support/Instant Handbrake - A .ihbdevice file can contain multiple presets, but IHB only reads the first at the moment. I am not sure how to handle multiple presets yet. - The only way to create an .ihbprofile file is to edit DeviceController.m , another thing I still need to think about. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1239 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/InstantHandBrake/Device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/InstantHandBrake/Device.h') diff --git a/macosx/InstantHandBrake/Device.h b/macosx/InstantHandBrake/Device.h index e84fb5e04..92a7f18b9 100644 --- a/macosx/InstantHandBrake/Device.h +++ b/macosx/InstantHandBrake/Device.h @@ -4,7 +4,7 @@ // // Created by Damiano Galassi on 15/01/08. // This file is part of the HandBrake source code. -// Homepage: . +// Homepage: . // It may be used under the terms of the GNU General Public License. // // @@ -13,7 +13,7 @@ #import "Preset.h" -@interface Device : NSObject { +@interface Device : NSObject { NSString * deviceName; NSMutableArray * presetsArray; } -- cgit v1.2.3