diff options
author | dynaflash <[email protected]> | 2008-01-08 18:43:31 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-01-08 18:43:31 +0000 |
commit | 9a5ca2ba26a568588d74bb10902a9b577ca74aef (patch) | |
tree | 9353c885767836e3bbbcbdbfb2dcd135febd7009 /macosx/Controller.h | |
parent | 5b9fd5c621abf4f8912d20dbc0f2703801f4c86b (diff) |
MacGui: establish the source display name in browseSourcesDone instead of showNewScan to alleviate using the same logic twice depending on source type
- Also adds the ability to scan .dvdmedia packages
- Also changes the xcode project to not report xib messages during building, which previously filled the screen with remedial alignment messages, etc.
- .xib warnings and errors are still reported
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1177 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 565f63b07..615768b40 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -203,6 +203,7 @@ int currentSuccessfulScanCount; BOOL SuccessfulScan; NSString * currentSource; + NSString * browsedSourceDisplayName; } - (void) writeToActivityLog:(char *) format, ...; - (IBAction) browseSources: (id) sender; |