Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Martin Frb via lazarus
On 04/02/2019 23:43, Mattias Gaertner via lazarus wrote: On Mon, 4 Feb 2019 23:34:51 +0100 Bart via lazarus wrote: And there seem to be at least 3 more dialogs with [mbCancel,mbAbort] as buttons in the ide directory ... On hindsight it probably would be wiser to use mbIgnore and mbAbort.

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Mattias Gaertner via lazarus
On Mon, 4 Feb 2019 23:34:51 +0100 Bart via lazarus wrote: > And there seem to be at least 3 more dialogs with [mbCancel,mbAbort] > as buttons in the ide directory ... On hindsight it probably would be wiser to use mbIgnore and mbAbort. Mattias --

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
On Mon, Feb 4, 2019 at 11:36 PM Joe via lazarus wrote: I asked on devel ML. -- Bart -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Joe via lazarus
Am 04.02.2019 um 23:34 schrieb Bart via lazarus: And there seem to be at least 3 more dialogs with [mbCancel,mbAbort] as buttons in the ide directory ... Bart Very interesting finding, Bart. --  Joe -- ___ lazarus mailing list

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
And there seem to be at least 3 more dialogs with [mbCancel,mbAbort] as buttons in the ide directory ... Bart -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
On Mon, Feb 4, 2019 at 11:25 PM Bart wrote: Sorry, not this one: > function TLazarusBuilder.SaveIDEMakeOptions(Profile: TBuildLazarusProfile; > Flags: TBuildLazarusFlags): TModalResult; but this one (in ide/project.pp): function TProject.SaveStateFile(const CompilerFilename, CompilerParams:

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
On Mon, Feb 4, 2019 at 11:21 PM Bart wrote: > > So there seems to be a dialog with [mbCancel,mbAbort] somewehere? function TLazarusBuilder.SaveIDEMakeOptions(Profile: TBuildLazarusProfile; Flags: TBuildLazarusFlags): TModalResult; var Filename: String; fs: TFileStreamUTF8;

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
On Mon, Feb 4, 2019 at 10:56 PM Bart wrote: > So there seems to be a dialog with [mbCancel,mbAbort] somewehere? > (From your post I gather there ar _only_ 2 buttons?) > > If you set language to English, what do the buttons say? Just tested: [Window Title] Error writing file [Content] Unable

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
On Mon, Feb 4, 2019 at 11:10 PM Joe via lazarus wrote: > Yes, the dialog with title "Fehler beim Schreiben der Datei" has only > two buttons. That by itself is silly. > I beg your pardon for this silly question: Where do I set the language > of Lazarus to English? > lazarus mailing list >

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Joe via lazarus
Am 04.02.2019 um 22:56 schrieb Bart via lazarus: So there seems to be a dialog with [mbCancel,mbAbort] somewehere? (From your post I gather there ar_only_ 2 buttons? Yes, the dialog with title "Fehler beim Schreiben der Datei" has only two buttons. I beg your pardon for this silly question:

Re: [Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Bart via lazarus
On Mon, Feb 4, 2019 at 9:56 PM Joe via lazarus wrote: > If for any reason the '.compiled'-file of a test project can't be > written, during compiling a message window "Fehler beim Schreiben der > Datei" appears. It contains two buttons: "Abbruch" und "Abbrechen" > (something like "Cancellation"

[Lazarus] Translation Problem or IDE Error in Lazarus 2.0 RC3?

2019-02-04 Thread Joe via lazarus
If for any reason the '.compiled'-file of a test project can't be written, during compiling a message window "Fehler beim Schreiben der Datei" appears. It contains two buttons: "Abbruch" und "Abbrechen" (something like "Cancellation" and "Cancel"). -- Joe --