]> git.sesse.net Git - vlc/commitdiff
osx/framework: use the OS X dialog provider as interface module
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 26 Dec 2009 14:37:40 +0000 (15:37 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 26 Dec 2009 14:37:40 +0000 (15:37 +0100)
projects/macosx/framework/Sources/VLCLibrary.m

index bf1321d06acfbaf836ef1ead3c898d0854ac404c..d36dbc0bbd2d4eb29d84c89090260a0a383b5553 100644 (file)
@@ -70,7 +70,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
         NSArray *vlcParams = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"VLCParams"];
         if (!vlcParams) {
             NSMutableArray *defaultParams = [NSMutableArray array];
-            [defaultParams addObject:@"-I dummy"];                                  // No interface
+            [defaultParams addObject:@"-I macosx_dialog_provider"];                 // No actual interface, just dialogs and nagging
             [defaultParams addObject:@"--no-video-title-show"];                     // Don't show the title on overlay when starting to play
             [defaultParams addObject:@"--no-sout-keep"];
             [defaultParams addObject:@"--ignore-config"];                           // Don't read and write VLC config files