From 6931f431331d4cb5b5619c29d5f615f4245a66be Mon Sep 17 00:00:00 2001 From: Manal Alhassoun Date: Wed, 4 Dec 2013 13:40:46 +0300 Subject: convert Contour queryboxes to .ui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie6dad2409a7d58a1c01973e8740f436cb597cb99 Reviewed-on: https://gerrit.libreoffice.org/6923 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/uiconfig/ui/querydeletecontourdialog.ui | 36 +++++++++++++++++++ svx/uiconfig/ui/querynewcontourdialog.ui | 34 ++++++++++++++++++ svx/uiconfig/ui/querysavecontchangesdialog.ui | 52 +++++++++++++++++++++++++++ svx/uiconfig/ui/queryunlinkgraphicsdialog.ui | 35 ++++++++++++++++++ 4 files changed, 157 insertions(+) create mode 100644 svx/uiconfig/ui/querydeletecontourdialog.ui create mode 100644 svx/uiconfig/ui/querynewcontourdialog.ui create mode 100644 svx/uiconfig/ui/querysavecontchangesdialog.ui create mode 100644 svx/uiconfig/ui/queryunlinkgraphicsdialog.ui (limited to 'svx/uiconfig/ui') diff --git a/svx/uiconfig/ui/querydeletecontourdialog.ui b/svx/uiconfig/ui/querydeletecontourdialog.ui new file mode 100644 index 000000000000..95390e333ee8 --- /dev/null +++ b/svx/uiconfig/ui/querydeletecontourdialog.ui @@ -0,0 +1,36 @@ + + + + + False + 12 + Delete the contour? + False + dialog + True + question + yes-no + Setting a new workspace will +cause the contour to be deleted. + Are you sure you want to continue? + + + False + vertical + 24 + + + False + end + + + False + True + end + 0 + + + + + + diff --git a/svx/uiconfig/ui/querynewcontourdialog.ui b/svx/uiconfig/ui/querynewcontourdialog.ui new file mode 100644 index 000000000000..9305f55628ee --- /dev/null +++ b/svx/uiconfig/ui/querynewcontourdialog.ui @@ -0,0 +1,34 @@ + + + + + False + 12 + Create a new contour? + False + dialog + True + question + yes-no + Do you want to create a new contour? + + + False + vertical + 24 + + + False + end + + + False + True + end + 0 + + + + + + diff --git a/svx/uiconfig/ui/querysavecontchangesdialog.ui b/svx/uiconfig/ui/querysavecontchangesdialog.ui new file mode 100644 index 000000000000..df421ab8f285 --- /dev/null +++ b/svx/uiconfig/ui/querysavecontchangesdialog.ui @@ -0,0 +1,52 @@ + + + + + False + 12 + Save contour changes? + False + dialog + True + question + yes-no + The contour has been modified. + Do you want to save the changes? + + + False + vertical + 24 + + + False + end + + + gtk-cancel + True + True + True + True + + + False + True + 2 + + + + + False + True + end + 0 + + + + + + cancel + + + diff --git a/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui b/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui new file mode 100644 index 000000000000..0b884032ca97 --- /dev/null +++ b/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui @@ -0,0 +1,35 @@ + + + + + False + 12 + Unlink the graphics? + False + dialog + True + question + yes-no + This graphic object is linked to the document. + Do you want to unlink the graphics in order to edit it? + + + False + vertical + 24 + + + False + end + + + False + True + end + 0 + + + + + + -- cgit