Changeset 185
- Timestamp:
- 06/10/08 13:36:02 (5 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/MainForm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/MainForm.cpp
r178 r185 53 53 #include "SoundLibrary/SoundLibraryImportDialog.h" 54 54 #include "SoundLibrary/SoundLibrarySaveDialog.h" 55 #include "SoundLibrary/SoundLibraryExportDialog.h" 55 56 #include "PlaylistEditor/PlaylistDialog.h" 56 57 … … 902 903 void MainForm::action_instruments_exportLibrary() 903 904 { 904 ERRORLOG( "Not implemented yet" ); 905 QMessageBox::warning( this, "Hydrogen", QString( "Not implemented yet.") ); 906 } 905 SoundLibraryExportDialog exportDialog( this ); 906 exportDialog.exec(); 907 } 908 907 909 908 910