summaryrefslogtreecommitdiffstats
path: root/odk/examples/OLE
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-12-19 09:39:05 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-12-19 09:39:05 +0000
commit77a6abd9dd1d7d5338dac0af09efa6aad07ed017 (patch)
treec0120b53af56e58d694a6d1023cd9327ac37703f /odk/examples/OLE
parent#99053# modified, new build env (diff)
downloadcore-77a6abd9dd1d7d5338dac0af09efa6aad07ed017.tar.gz
core-77a6abd9dd1d7d5338dac0af09efa6aad07ed017.zip
#99053# modified, new build env
Diffstat (limited to 'odk/examples/OLE')
-rw-r--r--odk/examples/OLE/activex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/OLE/activex/Makefile b/odk/examples/OLE/activex/Makefile
index 0356dd285737..c5a52165ffa4 100644
--- a/odk/examples/OLE/activex/Makefile
+++ b/odk/examples/OLE/activex/Makefile
@@ -1,4 +1,4 @@
-# Builds the OLE activx C++ component example of the SDK.
+# Builds the OLE activex C++ component example of the SDK.
PRJ=../../..
SETTINGS=$(PRJ)/settings
@@ -57,8 +57,8 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN
OleActvieXComponentExample : $(COMPONENT_IMPL)
ifeq "$(OS)" "WIN"
@echo --------------------------------------------------------------------------------
- @echo The activex control was created, pleae use the example.html file to use this
- @echo activex control in the InternetExplorer.
+ @echo The activex control was created, please load the example.html file in your
+ @echo InternetExplorer to use the activex control.
@echo --------------------------------------------------------------------------------
else
@echo --------------------------------------------------------------------------------