git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
eda75b4
)
Qt4 - display the buttons... :)
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 30 Jun 2007 15:29:43 +0000
(15:29 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 30 Jun 2007 15:29:43 +0000
(15:29 +0000)
modules/gui/qt4/dialogs/interaction.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/interaction.cpp
b/modules/gui/qt4/dialogs/interaction.cpp
index
e73fab7
..
e2bbef7
100644
(file)
--- a/
modules/gui/qt4/dialogs/interaction.cpp
+++ b/
modules/gui/qt4/dialogs/interaction.cpp
@@
-158,6
+158,7
@@
InteractionDialog::InteractionDialog( intf_thread_t *_p_intf,
otherButton->setText( qfu( p_dialog->psz_other_button ) );
buttonBox->addButton( otherButton, QDialogButtonBox::ActionRole );
}
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 )
if( p_dialog->psz_default_button )
BUTTONACT( defaultButton, defaultB() );
if( p_dialog->psz_alternate_button )