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