![](https://secure.gravatar.com/avatar/51fad6a48ab081e68329c2bd3e917894.jpg?s=120&d=mm&r=g)
Hi,
In src/ui/widget/style-swatch.cpp we have this code:
if (op == 0) str = g_strdup_printf(_("0:%.3g"), op); else str = g_strdup_printf(_("0:.%d"), (int) (op*10));
The characters before the colons are zeroes. Is this intentional?
Also, there are conflicting mnemonics:
File menu: _Document Properties _Document Metadata
Layer menu: _Layers _Lower Layer
Arpad Biro
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
![](https://secure.gravatar.com/avatar/bb65b6b3a109d97cf9f8d6c014ede042.jpg?s=120&d=mm&r=g)
Thanks, all fixed!
On 5/28/06, Arpad Biro <biro_arpad@...36...> wrote:
In src/ui/widget/style-swatch.cpp we have this code:
if (op == 0) str = g_strdup_printf(_("0:%.3g"), op); else str = g_strdup_printf(_("0:.%d"), (int) (op*10));
The characters before the colons are zeroes. Is this intentional?
Also, there are conflicting mnemonics:
File menu: _Document Properties _Document Metadata
Layer menu: _Layers _Lower Layer
participants (2)
-
Arpad Biro
-
bulia byak