- if ( info.HasCopyright() )
- msg << info.GetCopyright() << _T('\n');
-
- msg << info.GetDescription() << _T('\n');
-
- if ( info.HasDevelopers() )
- msg << _("Developed by ") << AllAsString(info.GetDevelopers());
-
- if ( info.HasDocWriters() )
- msg << _("Documentation by ") << AllAsString(info.GetDocWriters());