~mdoyen/homebank/5.7.x

« back to all changes in this revision

Viewing changes to src/enums.h

  • Committer: Maxime Doyen
  • Date: 2023-09-06 19:22:10 UTC
  • Revision ID: homebank@free.fr-20230906192210-kal1pe00sty1jt2g
5.7 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
//sort for various glist
74
74
enum
75
75
{
76
 
        HB_GLIST_SORT_KEY,
77
 
        HB_GLIST_SORT_NAME,
78
 
        HB_GLIST_SORT_POS
 
76
        HB_GLIST_SORT_KEY,      //0
 
77
        HB_GLIST_SORT_NAME,     //1
 
78
        HB_GLIST_SORT_POS       //2
79
79
};
80
80
 
81
81