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
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