Hello,

I like to display a literal '&' in a UI dialog string like:
----------------------------------------------------------------
  `InputField( `id(`options),
               _("Options (option1=value1&option2=value2)"),
               "" )
----------------------------------------------------------------
but neither
  "Options (option1=value1\&option2=value2)"
nor
  "Options (option1=value1\046option2=value2)"
works for me.

When I run the module with
  yast2 --gt module
and with
  yast2 --qt module
the text which is shown in the dialog is always

  Options (option1=value1option2=value2)

i.e. the '&' character is omitted.


Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to