Herbert Voss wrote:
>         // the file section
>         igp.filename = getStringFromInput(file_->input_filename);
> +       if (!IsFileReadable(igp.filename))
> +           Alert::alert(_("Warning!"),_("Filename does not exists!"));
Why can't these alerts tell us which file name does not exist? We would
get the additional benefit of correct grammar. Even the way it is, it
should be exist instead of exists, but it is the file that does not
exist, or at least was not found. `File: [tux.xpm] not found.' would be
better.  
Garst


Reply via email to