From ba9ab3090b945db224c3a0344565cbf10e9385f6 Mon Sep 17 00:00:00 2001
From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 14 Jul 2008 15:15:53 +0200
Subject: [PATCH] Add string-input.xml.

---
 sc/uiconfig/layout/makefile.mk      |    6 +++++-
 sc/uiconfig/layout/string-input.xml |   16 ++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)
 create mode 100644 sc/uiconfig/layout/string-input.xml

diff --git a/sc/uiconfig/layout/makefile.mk b/sc/uiconfig/layout/makefile.mk
index 274d9a9..64c8026 100644
--- a/sc/uiconfig/layout/makefile.mk
+++ b/sc/uiconfig/layout/makefile.mk
@@ -43,7 +43,11 @@ TARGET=layout
 
 all: ALLTAR
 
-XML_FILES=sort-options.xml
+XML_FILES=\
+  sort-options.xml\
+  string-input.xml\
+
+#
 
 .INCLUDE : layout.mk
 
diff --git a/sc/uiconfig/layout/string-input.xml b/sc/uiconfig/layout/string-input.xml
new file mode 100644
index 0000000..4e16111
--- /dev/null
+++ b/sc/uiconfig/layout/string-input.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This is a template.  i18n translation is not performed in-place;
+     i18n translated XML files are generated from this template by
+     transex3/layout/tralay.  !-->
+
+<modaldialog sizeable="true" closeable="false" moveable="true" output-size="true" id="RID_SCDLG_STRINPUT" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
+    <vbox>
+        <hbox>
+            <fixedtext id="FT_LABEL"/>
+            <okbutton default="true" id="BTN_OK" tabstop="true"/>
+        </hbox>
+        <edit has_border="true" id="ED_INPUT" tabstop="true"/>
+        <cancelbutton id="BTN_CANCEL" tabstop="true"/>
+        <helpbutton id="BTN_HELP" tabstop="true"/>
+    </vbox>
+</modaldialog>
-- 
1.5.6.3.317.g5d44c9.dirty


