Move common/editor/func.c -> common/editor/func.cpp

This commit is contained in:
Kp 2012-11-17 06:14:09 +00:00
parent c0c396b4fd
commit 7983086b40
2 changed files with 1 additions and 1 deletions

View file

@ -630,7 +630,7 @@ class DXXArchive(DXXCommon):
]
])
objects_editor = DXXCommon.create_lazy_object_property([os.path.join(srcdir, f) for f in [
'editor/func.c',
'editor/func.cpp',
'ui/button.cpp',
'ui/checkbox.cpp',
'ui/dialog.cpp',