To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90178
------- Additional comments from [EMAIL PROTECTED] Tue Jun 3 14:19:37 +0000
2008 -------
The code in question is...
dlg = gtk_message_dialog_new( NULL,
GTK_DIALOG_MODAL,
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO,
OUStringToOString(
aResProvider.getResString( FILE_PICKER_OVERWRITE ),
RTL_TEXTENCODING_UTF8 ).getStr() );
where FILE_PICKER_OVERWRITE is STR_SVT_ALREADYEXISTOVERWRITE
and it works fine for me in English, and I haven't heard anything else on other
languages, so....
a) if you use the "built-in" dialogs does the string work ? i.e. say "Die Datei
existiert bereits. Soll sie überschrieben werden?"
b) what's the output of locale, just to check what exactly it is
---------------------------------------------------------------------
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]