[Uml-devel] KDE/kdesdk/umbrello/umbrello/codegenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Nov 27 20:34:04 UTC 2005
SVN commit 483763 by okellogg:
apply commit 483760 from branches/KDE/3.5
M +2 -1 simplecodegenerator.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/simplecodegenerator.cpp #483762:483763
@@ -37,6 +37,7 @@
#include "../codedocument.h"
#include "../operation.h"
#include "../umldoc.h"
+#include "../uml.h"
// Constructors/Destructors
//
@@ -102,7 +103,7 @@
name = concept->getFullyQualifiedName("-");
}
- if (ext != ".idl" && ext != ".java" && ext != ".pm" && ext != ".py") {
+ if (! UMLApp::app()->activeLanguageIsCaseSensitive()) {
package = package.lower();
name = name.lower();
}
More information about the umbrello-devel
mailing list