summaryrefslogtreecommitdiff
path: root/codemaker/source/cunomaker/cunooptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cunomaker/cunooptions.cxx')
-rw-r--r--codemaker/source/cunomaker/cunooptions.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/codemaker/source/cunomaker/cunooptions.cxx b/codemaker/source/cunomaker/cunooptions.cxx
index 50a1223d004f..909ab3edc8dd 100644
--- a/codemaker/source/cunomaker/cunooptions.cxx
+++ b/codemaker/source/cunomaker/cunooptions.cxx
@@ -321,9 +321,8 @@ OString CunoOptions::prepareHelp()
OString CunoOptions::prepareVersion()
{
- OString version("\nSun Microsystems (R) ");
- version += m_program + " Version 1.0\n\n";
-
+ OString version(m_program);
+ version += " Version 1.0\n\n";
return version;
}