diff options
Diffstat (limited to 'codemaker/source/cunomaker/cunooptions.cxx')
-rw-r--r-- | codemaker/source/cunomaker/cunooptions.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/codemaker/source/cunomaker/cunooptions.cxx b/codemaker/source/cunomaker/cunooptions.cxx index c0d58f01b..c52198e88 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; } |