[Uml-devel] [Bug 134279] New: Header file names are lowercase in .cpp file, but mixed case on the disk

Marek Wichtowski mrq at mruk.net
Mon Sep 18 13:59:50 UTC 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=134279         
           Summary: Header file names are lowercase in .cpp file, but mixed
                    case on the disk
           Product: umbrello
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: mrq mruk net


Version:           1.5.4 (using KDE 3.5.4, Gentoo)
Compiler:          Target: x86_64-pc-linux-gnu
OS:                Linux (x86_64) release 2.6.16-gentoo-r7

Creating a class Foo_Bar and generating code creates files Foo_Bar.cpp and Foo_Bar.h, but in Foo_Bar.cpp we get a line:
#include "foo_bar.h"

instead of:
#include "Foo_Bar.h"




More information about the umbrello-devel mailing list