Reducing length of personal toolbar folder icons to be no more than 31 characters as its a Mac limit.

This commit is contained in:
rjc%netscape.com 1999-03-12 04:29:41 +00:00
parent 5aeee59388
commit b413548180
2 changed files with 4 additions and 4 deletions

View File

@ -76,6 +76,6 @@ install:: $(TARGETS)
$(INSTALL) $(srcdir)/../resources/bookmark-item.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/bookmark-folder-closed.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/bookmark-folder-open.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/personal-toolbar-folder-closed.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/personal-toolbar-folder-open.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/personal-folder-closed.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/personal-folder-open.gif $(DIST)/bin/res/rdf
$(INSTALL) $(srcdir)/../resources/History/h1.hst $(DIST)/bin/res/rdf/History

View File

@ -77,8 +77,8 @@ install:: $(DLL)
$(MAKE_INSTALL) ..\resources\bookmark-item.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\bookmark-folder-closed.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\bookmark-folder-open.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\personal-toolbar-folder-closed.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\personal-toolbar-folder-open.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\personal-folder-closed.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\personal-folder-open.gif $(DIST)\bin\res\rdf
$(MAKE_INSTALL) ..\resources\History\h1.hst $(DIST)\bin\res\rdf\History