To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69247
------- Additional comments from [EMAIL PROTECTED] Mon Dec 18 08:18:46 -0800
2006 -------
IH: For a better understanding, the correct matching of basic code and resources
is as follows: (this is just a code excerpt not the full fix)
init.xba: sCurrSLOVENIAN = GetResText (1512)
sCurrUNKNOWN = GetResText(1513)
sCurrSYSUNKNOWN = GetResText(1514)
euro.src:
#define CURRENCIES 1500
...
...
String CURRENCIES + 12
{
...
Text [ en-US ] = "Slovenian Tolar";
};
String CURRENCIES + 13
{
...
Text [ en-US ] = "The currency set for the document is not a European
currency!";
};
String CURRENCIES + 14
{
...
Text [ en-US ] = "The language set for your operating system is not a language
of the European Monetary Union.";
};
...
...
obviously other combination do NOT work...
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]