Work Klo wrote:
> Greeting.
> 
> I am modifying the name “Database” in the QuickStart
> Menu.
> 
> Aim
> ===
> I am changing the name of documents at the QuickStart
> menu.  
> Text Document -> MyWriter
> Spreadsheet   -> MyCalc
> ...
> Database      -> MyDatabase
> 
> Method
> ======
> I know that I have to change
> .\svtools\source\misc\imagemgr.src and
> .\svtools\source\misc\localize.sdf and have to modify
> all these:
> 
> + STR_DESCRIPTION_FACTORY_CALC
> + STR_DESCRIPTION_FACTORY_DRAW
> + STR_DESCRIPTION_FACTORY_GLOBALDOC
> + STR_DESCRIPTION_FACTORY_IMPRESS
> + STR_DESCRIPTION_FACTORY_MATH
> + STR_DESCRIPTION_FACTORY_WRITER 
> + STR_DESCRIPTION_FACTORY_WRITERWEB
> 
> Once recompile, I get all corrected but not the last
> one!  The last line still say "Database" instead of
> "MyDatabase".

The reason is simple: the QS menu code was "deprecated" for some time.
Due to the huge demand for it we investigated how we could revive this
code from the old OOo1.1 code base. Problem was that this version didn't
have the Database component, so a string was missing.

It wasn't enough time to create a new string in svtools and translate it
to all relevant languages, so I buried the string for the Database from
the "New" menu where an already translated string was available.

If I had had more time I would have converted all the other strings also
and removed the strings from svtools (why should we have additional
string resources if they are already available in the "New" menu!), but
it was too late and risky.

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