Bug 124273

Summary: Umbrello changes case of class names using C++ code generation
Product: [Applications] umbrello Reporter: Karl Pietrzak <kap4020>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED WORKSFORME    
Severity: normal CC: finex
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Karl Pietrzak 2006-03-26 03:54:56 UTC
Version:           1.5.1 (using KDE 3.4.2 Level "b" , SUSE 10.0)
Compiler:          Target: x86_64-suse-linux
OS:                Linux (x86_64) release 2.6.13-15.8-default

WHAT

Umbrello automatically changes case of class names using C++ code generation.  For example, if I create a class called "Prefixes", the resulting files will be named:

- prefixes.h
- prefixes.cpp

I don't see an option about this under Settings->Configure Umbrello UML Modeller.
Comment 1 Karl Pietrzak 2006-03-26 03:55:29 UTC
This is similar to, but not a duplicate of, Bug 116107.
Comment 2 FiNeX 2009-08-08 22:10:00 UTC
On current trunk version the code generator respect the upper/down case.