--- gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp 2015/09/20 10:18:22 2845 +++ gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp 2016/04/30 14:42:14 2894 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2015 Christian Schoenebeck + Copyright (c) 2014-2016 Christian Schoenebeck This file is part of "gigedit" and released under the terms of the GNU General Public License version 2. @@ -804,7 +804,7 @@ // class 'CombineInstrumentsDialog' CombineInstrumentsDialog::CombineInstrumentsDialog(Gtk::Window& parent, gig::File* gig) - : Gtk::Dialog(_("Combine Instruments"), parent, true), + : ManagedDialog(_("Combine Instruments"), parent, true), m_gig(gig), m_fileWasChanged(false), m_newCombinedInstrument(NULL), m_cancelButton(_("_Cancel"), true), m_OKButton(_("_OK"), true), m_descriptionLabel(), m_tableDimCombo(2, 2), m_comboDimType(),