summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2003-10-06 11:03:40 +0000
committerBjörn Milcke <bm@openoffice.org>2003-10-06 11:03:40 +0000
commita39ab4b21fb787cb7387e6a67b1f5417a2d9343e (patch)
treedc0cbae6c24903bb8a4a767319c4b6ebae35bf74
parent2e9771563570ade86da108ce0e6749992cd7745d (diff)
correct version name of office
-rw-r--r--chart2/workbench/officeintegration/install.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/workbench/officeintegration/install.pl b/chart2/workbench/officeintegration/install.pl
index a8fa237332bb..1b95e22ddb25 100644
--- a/chart2/workbench/officeintegration/install.pl
+++ b/chart2/workbench/officeintegration/install.pl
@@ -77,7 +77,7 @@ close SVERSION;
# ================================================================================
print "Chart2 project is in <$PRJ_PATH>\n";
-print "Office 6.1 is installed in <$OFF_PATH>\n";
+print "OpenOffice.org 2.0/StarOffice 8 is installed in <$OFF_PATH>\n";
print "Are these assumptions correct? [y/n] ";
if( <STDIN> !~ /^y?$/i )
{