[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Wed Jan 19 15:50:36 CET 2011
SVN commit 1215756 by kuemmel:
forgot this
M +2 -2 mainwindow.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1215755:1215756
@@ -1493,13 +1493,13 @@
void MainWindow::showScalarEditor() {
- ViewPrimitiveDialog *viewScalarDialog = new ViewPrimitiveDialog(this, _doc, ViewPrimitiveDialog::Scalar);
+ ViewPrimitiveDialog *viewScalarDialog = new ViewScalarDialog(this, _doc);
viewScalarDialog->show();
}
void MainWindow::showStringEditor() {
- ViewPrimitiveDialog *viewStringDialog = new ViewPrimitiveDialog(this, _doc, ViewPrimitiveDialog::String);
+ ViewPrimitiveDialog *viewStringDialog = new ViewStringDialog(this, _doc);
viewStringDialog->show();
}
More information about the Kst
mailing list