diff options
author | Behrend Cornelius <bc@openoffice.org> | 2001-09-12 15:25:11 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2001-09-12 15:25:11 +0000 |
commit | 2d5080157a0a62d55429062d4bb6fe60891d19fb (patch) | |
tree | 4dfee07e30a023ff7c0035e2a3e3bce57df83716 /wizards/source | |
parent | b1811ca16c22cbcf4cb9378d0609e4ccca97a6d1 (diff) |
#91642# two new HIDs for Browse buttons added
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/importwizard/ImportDialog.xdl | 4 | ||||
-rw-r--r-- | wizards/source/importwizard/importwi.src | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wizards/source/importwizard/ImportDialog.xdl b/wizards/source/importwizard/ImportDialog.xdl index 79cb79771690..e16ab1d5c38f 100644 --- a/wizards/source/importwizard/ImportDialog.xdl +++ b/wizards/source/importwizard/ImportDialog.xdl @@ -42,13 +42,13 @@ <dlg:button dlg:id="Button1" dlg:tab-index="23" dlg:left="248" dlg:top="75" dlg:width="14" dlg:height="14" dlg:page="2" dlg:tag="TemplateImportPath" dlg:help-url="HID:34585" dlg:value="..."> <script:event script:event-name="on-performaction" script:location="application" script:macro-name="ImportWizard.DialogModul.TakoverFolderName" script:language="StarBasic"/> </dlg:button> - <dlg:button dlg:id="Button2" dlg:tab-index="24" dlg:left="248" dlg:top="91" dlg:width="14" dlg:height="14" dlg:page="2" dlg:tag="TemplateExportPath" dlg:help-url="HID:34585" dlg:value="..."> + <dlg:button dlg:id="Button2" dlg:tab-index="24" dlg:left="248" dlg:top="91" dlg:width="14" dlg:height="14" dlg:page="2" dlg:tag="TemplateExportPath" dlg:help-url="HID:34600" dlg:value="..."> <script:event script:event-name="on-performaction" script:location="application" script:macro-name="ImportWizard.DialogModul.TakoverFolderName" script:language="StarBasic"/> </dlg:button> <dlg:button dlg:id="Button3" dlg:tab-index="25" dlg:left="248" dlg:top="148" dlg:width="14" dlg:height="14" dlg:page="2" dlg:tag="DocumentImportPath" dlg:help-url="HID:34590" dlg:value="..."> <script:event script:event-name="on-performaction" script:location="application" script:macro-name="ImportWizard.DialogModul.TakoverFolderName" script:language="StarBasic"/> </dlg:button> - <dlg:button dlg:id="Button4" dlg:tab-index="26" dlg:left="248" dlg:top="164" dlg:width="14" dlg:height="14" dlg:page="2" dlg:tag="DocumentExportPath" dlg:help-url="HID:34590" dlg:value="..."> + <dlg:button dlg:id="Button4" dlg:tab-index="26" dlg:left="248" dlg:top="164" dlg:width="14" dlg:height="14" dlg:page="2" dlg:tag="DocumentExportPath" dlg:help-url="HID:34601" dlg:value="..."> <script:event script:event-name="on-performaction" script:location="application" script:macro-name="ImportWizard.DialogModul.TakoverFolderName" script:language="StarBasic"/> </dlg:button> <dlg:radiogroup> diff --git a/wizards/source/importwizard/importwi.src b/wizards/source/importwizard/importwi.src index ee8477c5a1ce..4155a4e6fa04 100644 --- a/wizards/source/importwizard/importwi.src +++ b/wizards/source/importwizard/importwi.src @@ -2,9 +2,9 @@ * * $RCSfile: importwi.src,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: kz $ $Date: 2001-07-17 20:54:54 $ + * last change: $Author: bc $ $Date: 2001-09-12 16:25:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1025,7 +1025,7 @@ String sConvertError1 String sConvertError2 { - Text = "Autopiloten abbrechen"; + Text = "Autopilot abbrechen"; Text[English] = "Cancel Autopilot"; Text[ English_us ] = "Cancel AutoPilot"; Text[ french ] = "Quitter l'AutoPilote"; |