Issue 61854 - OpenOffice.org Basic: Default title of Msgboxes should be changed
Summary: OpenOffice.org Basic: Default title of Msgboxes should be changed
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: 4.2.0
Assignee: ab
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 14:58 UTC by berend.cornelius
Modified: 2017-05-20 09:31 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.2.0-dev
Developer Difficulty: ---


Attachments
Basic Code to retrieve the productname (1.18 KB, text/plain)
2006-02-09 15:02 UTC, berend.cornelius
no flags Details
Describe Version number in message box generated from Macro (445 bytes, patch)
2015-11-08 07:40 UTC, Pathangi Jatinshravan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description berend.cornelius 2006-02-09 14:58:56 UTC
Currently the default Title for Msgboxes called from the Basic Runtime
Environment  is always "soffice". This is useless in any case and should be
changed. Microsoft Office uses the Application name "Microsoft Excel" and I
think we should do the same "StarOffice" or "OpenOffce" and probably also the
version number appended ("StarOffce 8"). Currently in all wizards this is
handled accordingly. See attached the code that I use to retrieve the
productname from the registry. 
bc: Christian, what do you think?
Comment 1 berend.cornelius 2006-02-09 15:02:39 UTC
Created attachment 34008 [details]
Basic Code to retrieve the productname
Comment 2 ab 2006-05-19 10:42:23 UTC
Not really serious -> P4, STARTED
Comment 3 Pathangi Jatinshravan 2015-11-08 07:39:49 UTC
Added a patch to give more details about the version.
Comment 4 Pathangi Jatinshravan 2015-11-08 07:40:29 UTC
Created attachment 85116 [details]
Describe Version number in message box generated from Macro
Comment 5 damjan 2015-11-08 09:29:23 UTC
Patch committed in revision 1713215. Thank you Jatin! Resolving fixed.