Stephan Witt wrote:
> The next steps on my agenda are
> * dictionary collection

this is mac only thing or other archs need something similar?

> +#define MAX_SELECTOR 3
> +string dictPath(int selector)
> +{
> +     switch (selector) {
> +     case 2: return 
> addName(lyx::support::package().system_support().absFileName(),HUNSPELL_DICT) 
> ; break ;
> +     case 1: return 
> addName(lyx::support::package().user_support().absFileName(),HUNSPELL_DICT) ; 
> break ;

whitespaces

pavel

Reply via email to