1
0
Fork 0
forked from len0rd/rockbox

rbutil: make sure the voice creation window updates its display on startup.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20896 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2009-05-09 20:04:08 +00:00
parent a7970d32e8
commit 25f77f60dd

View file

@ -28,7 +28,7 @@ CreateVoiceWindow::CreateVoiceWindow(QWidget *parent) : QDialog(parent)
{
ui.setupUi(this);
voicecreator = new VoiceFileCreator(this);
updateSettings();
connect(ui.change,SIGNAL(clicked()),this,SLOT(change()));
}