Changeset 63
- Timestamp:
- 04/07/08 21:10:51 (6 months ago)
- Files:
-
- trunk/win32/dfl/groupbox.d (modified) (1 diff)
- trunk/win32/dfl/internal/com.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/win32/dfl/groupbox.d
r62 r63 128 128 if(isAppThemed && isAppThemed()) 129 129 { 130 char[]txt = text;130 auto txt = text; 131 131 if(txt.length) 132 132 { trunk/win32/dfl/internal/com.d
r17 r63 27 27 28 28 // Won't be killed by GC if not referenced in D and the refcount is > 0. 29 package class DflComObject: ComObject 29 class DflComObject: ComObject // package 30 30 { 31 31 extern(Windows):
