summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-10-03 13:10:41 +0200
committerAndras Timar <atimar@suse.com>2011-10-03 13:13:13 +0200
commit394ff69cc8a2f7aaac1aa7f406d297aff21bcc22 (patch)
tree06d36c79a6c08cb9e42497f5d285503835a4675f /sdext
parentf19f37cc65c16ba9707f8e854447c5538da06d44 (diff)
enable l10n of PDF Import display name and description
Diffstat (limited to 'sdext')
-rw-r--r--[-rwxr-xr-x]sdext/source/pdfimport/config/component.txt (renamed from sdext/source/pdfimport/help/component.txt)0
-rw-r--r--sdext/source/pdfimport/config/description.xml4
-rw-r--r--sdext/source/pdfimport/makefile.mk4
3 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/pdfimport/help/component.txt b/sdext/source/pdfimport/config/component.txt
index 969581ef2fbf..969581ef2fbf 100755..100644
--- a/sdext/source/pdfimport/help/component.txt
+++ b/sdext/source/pdfimport/config/component.txt
diff --git a/sdext/source/pdfimport/config/description.xml b/sdext/source/pdfimport/config/description.xml
index c6c3b306b769..53f000b0405f 100644
--- a/sdext/source/pdfimport/config/description.xml
+++ b/sdext/source/pdfimport/config/description.xml
@@ -27,7 +27,7 @@
</icon>
<extension-description>
- <src xlink:href="help/component.txt" lang="en-US" />
- </extension-description>
+ <src xlink:href="component.txt" lang="en-US" />
+ </extension-desciption>
</description>
diff --git a/sdext/source/pdfimport/makefile.mk b/sdext/source/pdfimport/makefile.mk
index 64accdaea7be..02d22132efe5 100644
--- a/sdext/source/pdfimport/makefile.mk
+++ b/sdext/source/pdfimport/makefile.mk
@@ -118,7 +118,7 @@ COMPONENT_DIALOGS= \
$(EXTENSIONDIR)$/xpdfimport_err.pdf
COMPONENT_HELP= \
- $(EXTENSIONDIR)$/help/component.txt
+ $(EXTENSIONDIR)$/component.txt
# native libraries
COMPONENT_LIBRARIES= \
@@ -143,7 +143,7 @@ $(COMPONENT_DIALOGS) : dialogs$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-$(COMPONENT_HELP) : help$/$$(@:f)
+$(COMPONENT_HELP) : config$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@