summaryrefslogtreecommitdiff
path: root/odk/examples/OLE
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-17 08:40:06 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-17 08:40:06 +0000
commit1963339633d31239255c3d3fbefee4b09a8a9cd5 (patch)
tree2d2996610e91ed2c196b10e51d247d955ff6e657 /odk/examples/OLE
parent2b8c094aa14426217f96738e5db2b60722e7b66a (diff)
INTEGRATION: CWS sdk01 (1.1.14.1.6); FILE MERGED
2003/03/13 12:18:24 jsc 1.1.14.1.6.1: #108153# improve usability
Diffstat (limited to 'odk/examples/OLE')
-rw-r--r--odk/examples/OLE/activex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/OLE/activex/Makefile b/odk/examples/OLE/activex/Makefile
index bdda09828870..7fc8cb9bc9e1 100644
--- a/odk/examples/OLE/activex/Makefile
+++ b/odk/examples/OLE/activex/Makefile
@@ -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, please load the example.html file in your
- @echo InternetExplorer to use the activex control.
+ @echo The activex control was created, please load the "$(QM)example.html$(QM)" file
+ @echo in your InternetExplorer to use the activex control.
@echo --------------------------------------------------------------------------------
else
@echo --------------------------------------------------------------------------------