CVS commit by staikos:
can't redefine the mimetype
M +1 -1 plotmimesource.cpp 1.8
--- kdeextragear-2/kst/kst/plotmimesource.cpp #1.7:1.8
@@ -45,5 +45,5 @@ QByteArray PlotMimeSource::encodedData(c
const char* PlotMimeSource::mimeType() {
- return "application/x-kst-plots";
+ return "application/x-kst-plot-names";
}