From 25f77f60dd87b44da516971411e334536e198519 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Sat, 9 May 2009 20:04:08 +0000 Subject: 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 --- rbutil/rbutilqt/createvoicewindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rbutil/rbutilqt/createvoicewindow.cpp b/rbutil/rbutilqt/createvoicewindow.cpp index c8c6b85435..01c9a256b7 100644 --- a/rbutil/rbutilqt/createvoicewindow.cpp +++ b/rbutil/rbutilqt/createvoicewindow.cpp @@ -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())); } -- cgit v1.2.3