summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/rbutilqt/createvoicewindow.cpp2
1 files changed, 1 insertions, 1 deletions
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)
28{ 28{
29 ui.setupUi(this); 29 ui.setupUi(this);
30 voicecreator = new VoiceFileCreator(this); 30 voicecreator = new VoiceFileCreator(this);
31 31 updateSettings();
32 connect(ui.change,SIGNAL(clicked()),this,SLOT(change())); 32 connect(ui.change,SIGNAL(clicked()),this,SLOT(change()));
33} 33}
34 34