Renamed aboutkde.png to abouttde.png. This resolves bug 2001.

pull/16/head
Michele Calgaro 10 years ago
parent 8fd578ed67
commit b3cefcf4ed

@ -83,7 +83,7 @@ install( FILES
##### other data ################################
install( FILES
aboutkde.png ktip-bulb.png ktip-background.png
abouttde.png ktip-bulb.png ktip-background.png
DESTINATION ${DATA_INSTALL_DIR}/tdeui/pics )
install( FILES

@ -34,7 +34,7 @@ libtdespell_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 6:0:2 -no-undefined
libtdespell_la_SOURCES = dummy.cpp
picsdir = $(kde_datadir)/tdeui/pics
pics_DATA = aboutkde.png ktip-bulb.png ktip-background.png
pics_DATA = abouttde.png ktip-bulb.png ktip-background.png
include_HEADERS = kprogressbox.h kprogress.h kcolordlg.h \
kcolordialog.h tdeselect.h \

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

@ -89,6 +89,6 @@ TDEAboutKDE::TDEAboutKDE( TQWidget *parent, const char *name, bool modal )
addTextPage( i18n("&Report Bugs/Request Enhancements"), text2, true );
addTextPage( i18n("&Join the Trinity Team"), text3, true );
addTextPage( i18n("&Support Trinity"), text4, true );
setImage( locate( "data", TQString::fromLatin1("tdeui/pics/aboutkde.png")) );
setImage( locate( "data", TQString::fromLatin1("tdeui/pics/abouttde.png")) );
setImageBackgroundColor( white );
}

Loading…
Cancel
Save