]> git.sesse.net Git - vlc/commit
* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 6 Jan 2005 17:58:07 +0000 (17:58 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 6 Jan 2005 17:58:07 +0000 (17:58 +0000)
commitc361066fb94ae32ee2c94af3ad1ea06cd6c4d742
treee62a4d6eb564349447e890976c5a3e10b5ca765a
parent0830f18bc8d0901a390491cffd5036ff28fc5e26
* controls.m: call openFileGeneric via VLCMain and not directly from VLCOpen
* controls.h: removed "o_open"
* intf.*, open.*: make sure the open-nib is loaded only once, don't load it at launch time but dynamic and do it in VLCMain, so VLCOpen does not know about it anymore
* MainMenu.nib: we don't need instances of VLCOpen and VLCOutput anymore
extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
modules/gui/macosx/controls.h
modules/gui/macosx/controls.m
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/open.h
modules/gui/macosx/open.m