Work Klo wrote:

> How to modify the name "Database" in QuickStart menu
> without changing anything on the File->New menu?

That's only possible by changing the source code in the file you found
already because it's coded there that the menu entry is taken from the
configuration file. The reason for this is simple: the QS menu was
reintroduced due to user demand, but it happened very late in the
development process for OOo2.0 where it wasn't possible to create new
string resources, so we used an existing one.

> Would it be related to the function below?
> .\sfx2\source\appl\shutdowniconw32.cxx
> function: createSystrayMenu()
> the way of handling the case for database?

Yes.

> Would adding my own STR_DESCRIPTION_FACTORY_SBASE to
> .\svtools\source\misc\imagemgr.src (and related files)
> help?

You also must provide a suitable string resource (together with
translations in to the usual languages) and handle it in svtools.

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to