On Tue, Jul 16, 2002 at 02:55:43PM +0200, Jean-Marc Lasgouttes wrote:
> - Alert::err_alert(_("Warning! Couldn't open directory."),
> - directory_);
> + Alert::err_alert(_("Warning! Couldn't open directory."), directory_);
>
> Why do you want lines
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> Attached
Looks good, except this part:
- Alert::err_alert(_("Warning! Couldn't open directory."),
-directory_);
+ Alert::err_alert(_("Warning! Couldn't open directory."), d
On Tue, Jul 16, 2002 at 12:04:58PM +0200, Jean-Marc Lasgouttes wrote:
> This looks reasonable. Of course, things like modeString should
> actually return a string, instead of relying on having a char array
> passed to them...
Sure. I did not want to change too much.
Andre'
--
Those who desire
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> And with the usual member renaming and removal of two unneeded
Andre> public functions it looks like that:
This looks reasonable. Of course, things like modeString should
actually return a string, instead of relying on having a ch