diff options
author | deva <deva> | 2006-01-10 11:24:31 +0000 |
---|---|---|
committer | deva <deva> | 2006-01-10 11:24:31 +0000 |
commit | 71c713dce2b5128862b293aa7fcc1d7ee89ffaf1 (patch) | |
tree | 6354103c5d66bbbe6f3a0eda28d908f380c7c63a /src/mainwindow.cc | |
parent | cbe575f21ab008182b5771b691ec4c93c5b2b87a (diff) |
*** empty log message ***
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 5e64a75..ce3d9bb 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -453,7 +453,7 @@ void MainWindow::cpr_clicked() clear(); // Create and call the CPRQueryDialog. - CPRQueryDialog dlg(lbl_cpr, lbl_name, this, TXT_CPRDLG_TITLE, status); + CPRQueryDialog dlg(info, lbl_cpr, lbl_name, this, TXT_CPRDLG_TITLE, status); if(dlg.exec() == 0) { // Restore old CPR and name, in the labels. |