diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-02 09:53:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-02 10:27:58 +0100 |
commit | 641d8eaa980c00802964e07b0397ba3c2884bd7d (patch) | |
tree | 74995714da4b457e0bb0696c92a1874284fa5faa | |
parent | 2f03b448073605b51fa7e1953c815c5b6786dde9 (diff) |
move chart .ui files into existing schart dir
Change-Id: I72509b73778eb2887a4872016487e146a9384d2f
-rw-r--r-- | chart2/UI_chart2.mk | 4 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/tp_ChartType.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chart2/UI_chart2.mk b/chart2/UI_chart2.mk index 05348111845f..e75f209b4636 100644 --- a/chart2/UI_chart2.mk +++ b/chart2/UI_chart2.mk @@ -7,9 +7,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_UI_UI,modules/chart2)) +$(eval $(call gb_UI_UI,modules/schart)) -$(eval $(call gb_UI_add_uifiles,modules/chart2,\ +$(eval $(call gb_UI_add_uifiles,modules/schart,\ chart2/uiconfig/ui/smoothlinesdlg \ )) diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx index 449c45e45060..08fc78dcae25 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.cxx +++ b/chart2/source/controller/dialogs/tp_ChartType.cxx @@ -455,7 +455,7 @@ private: }; SplinePropertiesDialog::SplinePropertiesDialog( Window* pParent ) - : ModalDialog( pParent, "SmoothLinesDialog", "modules/chart2/ui/smoothlinesdlg.ui") + : ModalDialog( pParent, "SmoothLinesDialog", "modules/schart/ui/smoothlinesdlg.ui") { get(m_pLB_Spline_Type, "SplineTypeComboBox"); get(m_pMF_SplineResolution, "ResolutionSpinbutton"); |