[Kst] extragear/graphics/kst/src/datasources/nad
Eli Fidler
eli at staikos.net
Tue May 30 14:51:52 CEST 2006
SVN commit 546567 by fidler:
remove space
M +2 -2 nadsource.cpp
--- trunk/extragear/graphics/kst/src/datasources/nad/nadsource.cpp #546566:546567
@@ -494,7 +494,7 @@
QString NADSource::fileType() const {
- return " NAD Connection";
+ return "NAD Connection";
}
@@ -577,7 +577,7 @@
}
if (typeSuggestion) {
- *typeSuggestion = " NAD Connection";
+ *typeSuggestion = "NAD Connection";
}
NAD::NADCache cache;
More information about the Kst
mailing list