On Wednesday 18 June 2003 10:13 am, Andre Poenitz wrote:
> Do you plan to replace
>
> +       case LFUN_DIALOG_SHOW: {
> +               string const & name = argument;
> +               if (name == "aboutlyx")
> +                       owner->getDialogs().show("about");
> +               else if (name == "preferences")
> +                       owner->getDialogs().showPreferences();
> +               else if (name == "spellchecker")
> +                       owner->getDialogs().showSpellchecker();
> +               else
> +                       owner->getDialogs().show(argument);
>
> with something like
>
>        case LFUN_DIALOG_SHOW:
>             owner->getDialogs().show(argument);

Yes. But not all the dialogs have been converted to the new scheme yet.

(The "aboutlyx" -> "about" is just a bit of book keeping that I can address in 
5 secs).

Angus

Reply via email to