diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-28 10:08:31 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-28 10:11:02 +0100 |
commit | bc2f2ab20a44630097250a90393b7298b82fb9ea (patch) | |
tree | 3eb0b773f09152e1d453baf127e624cafa54923e /chart2/source | |
parent | a2c8ae13a1ea76c9c7bcc06c8f40943978e8ac13 (diff) |
move the dialog to chart2
Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/dialogs/tp_ChartType.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx index bf24f38d074f..3907494c5385 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.cxx +++ b/chart2/source/controller/dialogs/tp_ChartType.cxx @@ -453,7 +453,7 @@ private: }; SplinePropertiesDialog::SplinePropertiesDialog( Window* pParent ) - : ModalDialog( pParent, "SmoothLinesDialog", "modules/scalc/ui/smoothlinesdlg.ui") + : ModalDialog( pParent, "SmoothLinesDialog", "modules/chart2/ui/smoothlinesdlg.ui") { get(m_pRB_Splines_Cubic, "CubicSplineRadioButton"); get(m_pRB_Splines_B, "BSplineRadioButton"); |