]> www.fi.muni.cz Git - evince.git/blobdiff - backend/dvi/mdvi-lib/special.c
a11: using ATK_ROLE_DOCUMENT_FRAME it's more correct
[evince.git] / backend / dvi / mdvi-lib / special.c
index e0e6b8ef7a17d4243e35667208c868618c20bf57..e483254467c6d35bc15e63c450fd92b8179eed3b 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
- * 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>
@@ -240,8 +240,8 @@ void        sp_layer(DviContext *dvi, const char *prefix, const char *arg)
                if(dvi->curr_layer)
                        dvi->curr_layer--;
                else
-                       warning(_("%s: tried to pop top level layer\n"),
-                               dvi->filename);
+                       mdvi_warning(_("%s: tried to pop top level layer\n"),
+                                    dvi->filename);
        } else if(STREQ("reset", arg))
                dvi->curr_layer = 0;
        DEBUG((DBG_SPECIAL, "Layer level: %d\n", dvi->curr_layer));