mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
default impl of getShortName
This commit is contained in:
parent
be8b96424a
commit
d563b84821
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ dict_super_init( DictionaryCtxt* ctxt )
|
||||||
/* subclass may change these later.... */
|
/* subclass may change these later.... */
|
||||||
ctxt->func_edge_for_index = dict_super_edge_for_index;
|
ctxt->func_edge_for_index = dict_super_edge_for_index;
|
||||||
ctxt->func_dict_getTopEdge = dict_super_getTopEdge;
|
ctxt->func_dict_getTopEdge = dict_super_getTopEdge;
|
||||||
|
ctxt->func_dict_getShortName = dict_getName;
|
||||||
} /* dict_super_init */
|
} /* dict_super_init */
|
||||||
|
|
||||||
#ifdef CPLUS
|
#ifdef CPLUS
|
||||||
|
|
Loading…
Add table
Reference in a new issue