[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators
From:       Oliver Kellogg <okellogg () users ! sourceforge ! net>
Date:       2005-11-28 4:30:46
Message-ID: 1133152246.808827.27530.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 483760 by okellogg:

findFileName(): As an intermediate workaround, don't lower case the
 name if the currently active language is case sensitive.
CCBUG:116107


 M  +2 -1      simplecodegenerator.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/simplecodegenerator.cpp #483759:483760
@@ -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();
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic