[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Sun Aug 31 22:39:01 UTC 2003
CVS commit by thomas:
bug fix: indentation types space and none were reversed in definition
M +1 -1 codegenerationpolicy.h 1.2
--- kdesdk/umbrello/umbrello/codegenerationpolicy.h #1.1:1.2
@@ -53,5 +53,5 @@ public:
enum ModifyNamePolicy {No=0, Underscore, Capitalise};
enum NewLineType {UNIX=0, DOS, MAC};
- enum IndentationType {SPACE=0, TAB, NONE};
+ enum IndentationType {NONE=0, TAB, SPACE};
// set some reasonable defaults
More information about the umbrello-devel
mailing list