From kde-commits Fri Oct 31 23:40:14 2008 From: Andi Clemens Date: Fri, 31 Oct 2008 23:40:14 +0000 To: kde-commits Subject: branches/work/~aclemens/kde4ports/removeredeyes Message-Id: <1225496414.079515.18033.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122549642309794 SVN commit 878350 by aclemens: port++ M +1 -1 CMakeLists.txt M +1 -1 constants.h A eyeseek_splash.jpg --- branches/work/~aclemens/kde4ports/removeredeyes/CMakeLists.txt #878349:878350 @@ -47,5 +47,5 @@ ########### install files ############### -install(FILES eyeseek_splash.png removeredeyes_classifier_eye_20_20.xml DESTINATION ${DATA_INSTALL_DIR}/kipiplugin_removeredeyes) +install(FILES eyeseek_splash.jpg removeredeyes_classifier_eye_20_20.xml DESTINATION ${DATA_INSTALL_DIR}/kipiplugin_removeredeyes) install(FILES kipiplugin_removeredeyes.desktop DESTINATION ${SERVICES_INSTALL_DIR}) --- branches/work/~aclemens/kde4ports/removeredeyes/constants.h #878349:878350 @@ -45,7 +45,7 @@ "kipiplugin_removeredeyes/removeredeyes_classifier_eye_20_20.xml"); const QString EYESEEK_LOGO = KGlobal::dirs()->findResource( "data", - "kipiplugin_removeredeyes/eyeseek_splash.png"); + "kipiplugin_removeredeyes/eyeseek_splash.jpg"); }; // namespace KIPIRemoveRedEyesPlugin #endif