X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=backend%2Fdvi%2Fmdvi-lib%2Ft1.c;h=bc910ba6b9d1712b282e4b9954ba301e75f0dcc9;hb=7aebdb8f5f4a4f44181590befdde27aac11a1e9a;hp=e7cd4f80f4bd9fcbd443258c5ad940a59cea9f49;hpb=dc921b70a94249212cfb0260e0037a46afc6423f;p=evince.git diff --git a/backend/dvi/mdvi-lib/t1.c b/backend/dvi/mdvi-lib/t1.c index e7cd4f80..bc910ba6 100644 --- a/backend/dvi/mdvi-lib/t1.c +++ b/backend/dvi/mdvi-lib/t1.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* @@ -184,7 +184,7 @@ static void t1_reset_resolution(int xdpi, int ydpi) T1_DeleteAllSizes(i); /* reset device resolutions */ if(T1_SetDeviceResolutions((float)xdpi, (float)ydpi) < 0) - warning(_("(t1) failed to reset device resolution\n")); + mdvi_warning(_("(t1) failed to reset device resolution\n")); else DEBUG((DBG_TYPE1, "(t1) reset successful, new resolution is (%d, %d)\n", @@ -212,7 +212,7 @@ static void t1_transform_font(T1Info *info) info->fontname, info->encoding->name)); T1_DeleteAllSizes(info->t1id); if(T1_ReencodeFont(info->t1id, info->encoding->vector) < 0) - warning(_("%s: could not encode font\n"), info->fontname); + mdvi_warning(_("%s: could not encode font\n"), info->fontname); } if(info->mapinfo.slant) { DEBUG((DBG_TYPE1, "(t1) %s: slanting by %.3f\n",