Workaround for gettext deficiencies
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 4 Oct 2010 17:37:08 +0000 (19:37 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 4 Oct 2010 19:51:16 +0000 (21:51 +0200)
commit376e94bdee77d28d5c3e5718bbc6b7cba3c0db5a
tree551baa623539a95d8023e118f863f37af7adf93b
parent973fb7a1cd984715bc5e1f46a8b8922e5a5f6fd7
Workaround for gettext deficiencies

xgettext doesn't have a --language=gtkbuilder option.
Instead, we've been (mis)using --language=glade which
has worked ok except that it doesn't extract labels
from the columns of GtkListStore items.
This change adds a pair of dummy widgets containing identical
label strings so that these strings will get entered into
the .pot file.  Closes bug #31033
src/ui/gui/factor.ui