On Fri, Mar 25, 2011 at 11:36:33AM +0100, Jürgen Spitzmüller wrote: > Also, this > > + default: > + rc.icon_set = fromqstr(iconSetCO- > >currentText().toLower()); > + break; > > will break as soon as these strings are translated, or more likely > transliterated, in a localization (e.g., Japanese, Chinese, Hebrew, Greek). > You will need to separate text and user data, as we do in other combos as > well.
This is also solved, now. -- Enrico