]> www.fi.muni.cz Git - evince.git/blobdiff - backend/dvi/mdvi-lib/tfm.c
a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct
[evince.git] / backend / dvi / mdvi-lib / tfm.c
index 9d6ca4a8133a7fd7ec52936bb87001e84a461f69..f37de0bebb9977c572ae1638548ea3815dfd9bf1 100644 (file)
@@ -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
  *
  * 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.
  */
 
 #include <config.h>
  */
 
 #include <config.h>
@@ -175,9 +175,9 @@ static int tfm_load_font(DviParams *params, DviFont *font)
                return -1;
                        
        if(tfm->checksum && font->checksum && tfm->checksum != font->checksum) {
                return -1;
                        
        if(tfm->checksum && font->checksum && tfm->checksum != font->checksum) {
-               warning(_("%s: Checksum mismatch (got %u, expected %u)\n"),
-                       font->fontname, (unsigned)tfm->checksum, 
-                       (unsigned)font->checksum);
+               mdvi_warning(_("%s: Checksum mismatch (got %u, expected %u)\n"),
+                            font->fontname, (unsigned)tfm->checksum, 
+                            (unsigned)font->checksum);
        }
        font->checksum = tfm->checksum;
        font->design = tfm->design;
        }
        font->checksum = tfm->checksum;
        font->design = tfm->design;