Hi, Johannes, 

> I like to display a literal '&' in a UI dialog string like:
> ----------------------------------------------------------------
>    `InputField( `id(`options),
>                 _("Options (option1=value1&option2=value2)"),

Try doubling the & char. The above would then become:
"Options (option1=value1&&option2=value2)"

Alas, it works only in Qt :( Gtk shows underscore and ncurses shows both &&'s 

Conclusion: we can't do it now (at least not in widgets supporting activation 
by hotkey). I'm sorry I can't give you more positive answer.

fB.
-- 
  \\\\\              Katarina Machalkova    
  \\\\\\\__o          YaST developer
__\\\\\\\'/_          & hedgehog painter


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to