restore the old LyX banner in preparation of the next release;

replace banner.ppm by banner.png


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17690 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-04-01 20:33:40 +00:00
parent e45632d1f8
commit b8e23e46d0
6 changed files with 6 additions and 6 deletions

View File

@ -1483,7 +1483,7 @@ lib_images_files = Split('''
all-changes-reject.xpm
all-changes-accept.xpm
amssymb.xpm
banner.ppm
banner.png
bookmark-goto.xpm
bookmark-save.xpm
break-line.xpm

View File

@ -215,7 +215,7 @@ dist_images_DATA = \
images/all-changes-accept.xpm \
images/all-changes-reject.xpm \
images/amssymb.xpm \
images/banner.ppm \
images/banner.png \
images/bookmark-goto.xpm \
images/bookmark-save.xpm \
images/break-line.xpm \

BIN
lib/images/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

View File

@ -465,7 +465,7 @@ void GuiWorkArea::doGreyOut(QLPainter & pain)
LYXERR(Debug::GUI) << "show banner: " << lyxrc.show_banner << endl;
/// The text to be written on top of the pixmap
QString const text = lyx_version ? QString(lyx_version) : qt_("unknown version");
FileName const file = support::libFileSearch("images", "banner", "ppm");
FileName const file = support::libFileSearch("images", "banner", "png");
if (file.empty())
return;

View File

@ -68,10 +68,10 @@ Image::FormatList QLImage::loadableFormats()
// LYXERR(Debug::GRAPHICS)
// << "D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm is of format: "
// << fromqstr(Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm"))
// << "D:/msys/home/yns/src/lyx-devel/lib/images/banner.png mis of format: "
// << fromqstr(Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.png"))
// << endl;
// if (Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.ppm"))
// if (Pic.pictureFormat("D:/msys/home/yns/src/lyx-devel/lib/images/banner.png"))
// LYXERR(Debug::GRAPHICS)
// << "pictureFormat not returned NULL\n" << endl;
// << "Supported formats are: " << Pic.inputFormats() << endl;