Commit 3926efda authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: forgotten file in previous commit

parent 79a45df7
...@@ -533,7 +533,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -533,7 +533,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
BUTTONACT( ui.assoButton, assoDialog() ); BUTTONACT( ui.assoButton, assoDialog() );
#else #else
ui.languageBox->hide(); ui.languageBox->hide();
ui.assoBox->hide(); ui.assoButton->hide();
ui.assocLabel->hide();
#endif #endif
/* interface */ /* interface */
char *psz_intf = config_GetPsz( p_intf, "intf" ); char *psz_intf = config_GetPsz( p_intf, "intf" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment