GNOME Bugzilla – Bug 90041
#defined string constants are not marked translatable
Last modified: 2006-06-18 04:57:18 UTC
At several places, e.g. in the "More Headers" tab of the message window, Pan makes use of NNTP header names ("Followup-To" etc) in the GUI. Those are referred to like so: _(HEADER_FOLLOWUP_TO) However, this syntax does not make them translatable. Translating the constants can't be done for obvious reasons.
Fixed in cvs head: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=prefs.c&rev1=1.281&rev2=1.282&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=message-window.c&rev1=1.315&rev2=1.316&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=gui.c&rev1=1.519&rev2=1.520&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=gui-headers.c&rev1=1.50&rev2=1.51&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan/dialogs&command=DIFF_FRAMESET&file=pan-about.c&rev1=1.14&rev2=1.15&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan/dialogs&command=DIFF_FRAMESET&file=dialog-about.c&rev1=1.35&rev2=1.36&root=/cvs/gnome