SVN commit 867216 by zachmann: o add the svg from which the presentation page layout thumbnails are generated from. M +1 -1 part/pagelayout/KPrPageLayout.cpp M +4 -1 pics/CMakeLists.txt A pics/layout-elements.svg --- trunk/koffice/kpresenter/part/pagelayout/KPrPageLayout.cpp #867215:867216 @@ -136,7 +136,7 @@ pic.fill(); QPainter p( &pic ); - QString file = loader->iconPath( "layout", KIconLoader::User ); + QString file = loader->iconPath( "layout-elements", KIconLoader::User ); if ( renderer.load( file ) ) { QList::const_iterator it( m_placeholders.begin() ); for ( ; it != m_placeholders.end(); ++it ) { --- trunk/koffice/kpresenter/pics/CMakeLists.txt #867215:867216 @@ -1,6 +1,9 @@ add_subdirectory( rotate ) -install( FILES webslideshow-sidebar.png DESTINATION ${DATA_INSTALL_DIR}/kpresenter/pics) +install( FILES + webslideshow-sidebar.png + layout-elements.svg + DESTINATION ${DATA_INSTALL_DIR}/kpresenter/pics) kde4_install_icons( ${ICON_INSTALL_DIR} )