summaryrefslogtreecommitdiff
path: root/codemaker/source/bonobowrappermaker/corbaoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/bonobowrappermaker/corbaoptions.cxx')
-rw-r--r--codemaker/source/bonobowrappermaker/corbaoptions.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/codemaker/source/bonobowrappermaker/corbaoptions.cxx b/codemaker/source/bonobowrappermaker/corbaoptions.cxx
index 3c644b6ff4dd..1bb75810031a 100644
--- a/codemaker/source/bonobowrappermaker/corbaoptions.cxx
+++ b/codemaker/source/bonobowrappermaker/corbaoptions.cxx
@@ -247,9 +247,8 @@ OString CorbaOptions::prepareHelp()
OString CorbaOptions::prepareVersion()
{
- OString version("\nSun Microsystems (R) ");
+ OString version(m_program);
version += m_program + " Version 2.0\n\n";
-
return version;
}