FileBrowser: added file type VstPluginFile

Added file type VstPluginFile in order to allow loading DLL files by
an according plugin directly from file browser.
This commit is contained in:
Tobias Doerffel
2009-04-13 23:58:30 +02:00
parent 9a4b4f3cfe
commit e0d352dc2c
2 changed files with 18 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
/*
* file_browser.h - include file for fileBrowser
*
* Copyright (c) 2004-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2004-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -178,6 +178,7 @@ public:
PatchFile,
MidiFile,
FlpFile,
VstPluginFile,
UnknownFile,
NumFileTypes
} ;