projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e08379
)
Added Nav module
author
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 16 Dec 1999 22:20:52 +0000
(22:20 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Thu, 16 Dec 1999 22:20:52 +0000
(22:20 +0000)
Mac/Modules/macconfig.c
patch
|
blob
|
history
diff --git
a/Mac/Modules/macconfig.c
b/Mac/Modules/macconfig.c
index aa9918dd60873a82ab4bc2cccb3afba5aabb0aa8..f73e8d99de5a00d2186a532d8176a76ab1f186fd 100644
(file)
--- a/
Mac/Modules/macconfig.c
+++ b/
Mac/Modules/macconfig.c
@@
-113,6
+113,7
@@
extern void initTE();
extern void initColorPicker();
extern void initPrinting();
extern void initDrag();
+extern void initNav();
#endif
#ifdef USE_CORE_TOOLBOX
extern void initCtl();
@@
-236,6
+237,7
@@
struct _inittab _PyImport_Inittab[] = {
{"ColorPicker", initColorPicker},
{"Printing", initPrinting},
{"Drag", initDrag},
+ {"Nav", initNav},
#endif
#ifdef USE_QT
{"Cm", initCm},