]> git.sesse.net Git - vlc/commitdiff
Qt4 - display the buttons... :)
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Jun 2007 15:29:43 +0000 (15:29 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Jun 2007 15:29:43 +0000 (15:29 +0000)
modules/gui/qt4/dialogs/interaction.cpp

index e73fab73fd68488ef6ddf4b7b72344e36eca0d7b..e2bbef79523eec8ef4bc85081830955bee722601 100644 (file)
@@ -158,6 +158,7 @@ InteractionDialog::InteractionDialog( intf_thread_t *_p_intf,
             otherButton->setText( qfu( p_dialog->psz_other_button ) );
             buttonBox->addButton( otherButton, QDialogButtonBox::ActionRole );
         }
+        layout->addWidget( buttonBox );
         if( p_dialog->psz_default_button )
             BUTTONACT( defaultButton, defaultB() );
         if( p_dialog->psz_alternate_button )