[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Jan 2 09:57:01 UTC 2006
SVN commit 493599 by okellogg:
fix typo
M +1 -1 adaimport.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/adaimport.cpp #493598:493599
@@ -76,7 +76,7 @@
if (filename.contains('/')) {
QString path = filename;
path.remove( QRegExp("/[^/]+$") );
- kdDebug() << "IDLImport::parseFile: adding path " << path << endl;
+ kdDebug() << "AdaImport::parseFile: adding path " << path << endl;
Import_Utils::addIncludePath(path);
}
if (! QFile::exists(filename)) {
More information about the umbrello-devel
mailing list