File fix-kimgalleryplugin-output.diff of Package kdeaddons3
Index: konq-plugins/kimgalleryplugin/imgalleryplugin.cpp
===================================================================
--- konq-plugins/kimgalleryplugin/imgalleryplugin.cpp (revision 485498)
+++ konq-plugins/kimgalleryplugin/imgalleryplugin.cpp (working copy)
@@ -126,7 +126,7 @@
stream << "<head>" << endl;
stream << "<title>" << QStyleSheet::escape(m_configDlg->getTitle()) << "</title>" << endl;
stream << "<meta http-equiv=\"content-type\" content=\"text/html; charset=" << chsetName << "\"/>" << endl;
- stream << "<meta name=\"GENERATOR\" content=\"KDE Konqueror KImgallery plugin version " KDE_VERSION_STRING "\"/>" << endl;
+ stream << "<meta name=\"GENERATOR\" content=\"KDE Konqueror KImgallery plugin version " << KDE_VERSION_MAJOR << "." << KDE_VERSION_MINOR << "." << KDE_VERSION_RELEASE << "\"/>" << endl;
createCSSSection(stream);
stream << "</head>" << endl;
}