From: Jean-Baptiste Kempf Date: Wed, 23 Jan 2008 06:45:23 +0000 (+0000) Subject: Qt4 - Typo correction. X-Git-Tag: 0.9.0-test0~3268 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=54e69dcc62db81fc16c1174761e06699b1e4c2c7;p=vlc Qt4 - Typo correction. --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 1e9af13ef3..d84fd6135e 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -396,7 +396,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, #if defined( WIN32 ) || defined (__APPLE__) CONFIG_GENERIC( "language", StringList, NULL, language ); - BUTTONACT( ui.assoButton, assoDialog ); + BUTTONACT( ui.assoButton, assoDialog() ); #else ui.language->hide(); ui.languageLabel->hide();