Fixed a typo. questionl.gif != question1.gif

This commit is contained in:
briano%netscape.com 1999-07-08 01:17:29 +00:00
Родитель c8e259d7a2
Коммит 59fd8e1308
1 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,16 +13,14 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_CONTENT = \
@ -31,7 +28,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/errorl.gif \
$(srcdir)/messagel.gif \
$(srcdir)/navigator.css \
$(srcdir)/question1.gif \
$(srcdir)/questionl.gif \
$(srcdir)/xul.css \
$(srcdir)/contentframe.css \
$(NULL)